aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2019-06-07Merge pull request #195 from a-vrma/consistent_quotingChris Kempson
Change all quotes to double quotes.
2019-05-22Merge branch 'fix-tabs' and rebuild schemesDaniel Wennberg
2019-05-19templates/default.mustache: use spaces for indentingDaniel Hahler
2019-02-15Use local variables, don't modify a: dictDaniel Wennberg
2018-12-31Change all quotes to double quotes.Aman
default.mustache was previously 90% double quotes. It is now consistently using double quotes this makes diffs easier if everyone chooses to use double quotes from now on.
2018-10-25Add ansi colors for vim terminalDaniel Wennberg
2018-10-08Merge pull request #188 from aaether32323/change_hi_functionChris Kempson
Let Base16hi optionally omit `attr` and `guisp`
2018-10-04Let Base16hi optionally omit `attr` and `guisp`Aman
2018-10-01Modify PHP method colorjradtilbrook
2018-05-24Merge pull request #177 from vtavernier/fix/issue-150Chris Kempson
Fix #150
2018-03-31Fix #150Vincent Tavernier
2018-03-26Fixes #175José Luis Lafuente
2018-03-22Merge pull request #172 from jlesquembre/spellChris Kempson
Set default color for all `Spell` groups
2018-03-22Java highlightingTarin Mahmood
2018-03-13Added java's `new` operator highlightTarin Mahmood
Currently java `new` operator is not highlighted. Yes, we can set the highlight in vimrc, but I believe it should be highlighted without any user intervention.
2018-02-02Set default foreground color for spellingJosé Luis Lafuente
2017-12-06Fixes #162José Luis Lafuente
2017-11-06Merge pull request #161 from jlesquembre/hl-substituteChris Kempson
Add Substitute
2017-11-06Merge pull request #158 from jlesquembre/nvim-terminalChris Kempson
Fixes nvim terminal colors
2017-11-06Add SubstituteJosé Luis Lafuente
neovim added a new highlight group, substitute, see: https://neovim.io/doc/user/syntax.html#hl-Substitute
2017-11-05Merge pull request #160 from jlesquembre/startifyChris Kempson
Add support for vim-startify
2017-11-04Add support for vim-startifyJosé Luis Lafuente
2017-11-04Make local customization easierJosé Luis Lafuente
2017-11-04Fixes nvim terminal colorsJosé Luis Lafuente
Some colors were not correct. Colors updated based on base16-shell: https://github.com/chriskempson/base16-shell/blob/d2ca2dc81c427a9e03ec0ade8254af9743611972/templates/default.mustache#L6-L29
2017-07-05Provide more contrast for popup menuJohn Nguyen
2017-07-03Add support for QuickFixLineChris Kempson
2017-06-04Better python supportJosé Luis Lafuente
Use color base0E for keywords.
2017-05-08Fixed color orderMax Christian Pohle
The order in which the colors are getting set seems to play a role. From :h cterm-colors: < When setting the "ctermbg" color for the Normal group, the 'background' option will be adjusted automatically. This causes the highlight groups that depend on 'background' to change! This means you should set the colors for Normal first, before setting other colors. In my case I had base16-tomorrow installed with airline and the whitespace warning of airline was hard to read. It turned out that this was the root cause for that: I had :set background=light before :colorscheme base16-tomorrow in my vimrc and :verbose set background? revealed, that base16-tomorrow.vim had reset it back to dark, even though it does not contain any set background-command.
2017-03-12Don't set guifg for MatchParenThayne McCombs
2017-01-21Fixes :terminal colors in Neovim.Ivan Deschenaux
2017-01-18Add support for pangloss/vim-javascriptGetkey
Fixes #109
2017-01-12Fixes brace colors (#131)Vlad Aituganov
2016-12-28Brightens color for CursorLineNrChris Kempson
2016-12-19Fix Search and IncSearch highlighting (#113)Chris Poliquin
2016-10-27Add fugitive supportJosé Luis Lafuente
2016-10-23Remove ruby interpolation highlighting overrideAaron Williamson
2016-07-09Removed &background setting as it seems to be deprecated.DLWood1001
2016-06-29Darkens the search text two shadesChris Kempson
2016-06-28Updates colorsChris Kempson
2016-06-25Restructured for multiple template file supportChris Kempson