aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-03Add support for QuickFixLineChris Kempson
2017-06-05Merge pull request #146 from jlesquembre/python_keywordsChris Kempson
Better python support
2017-06-04Better python supportJosé Luis Lafuente
Use color base0E for keywords.
2017-05-25Merge pull request #144 from coderonline/patch-1Chris Kempson
Fixed color order
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-27Merge pull request #140 from anuragsoni/update-color-schemesChris Kempson
Update color schemes
2017-03-26Update color schemesAnurag Soni
2017-03-13Merge pull request #137 from tmccombs/matchparenChris Kempson
Don't set guifg for MatchParen
2017-03-12Don't set guifg for MatchParenThayne McCombs
2017-03-13Merge pull request #136 from houjunchen/vim-plugChris Kempson
Add vim-plug setup in README
2017-03-13Add vim-plug setup in READMEAbner Chen
2017-02-26Merge pull request #135 from danielrs/masterChris Kempson
Updates colors to latest schemes
2017-02-26Merge pull request #134 from idhx/masterChris Kempson
Fixes :terminal colors in Neovim.
2017-01-31Updates colors to latest schemesDaniel Rivas
2017-01-21Fixes :terminal colors in Neovim.Ivan Deschenaux
2017-01-19Merge pull request #133 from getkey/pangloss-jsChris Kempson
Add support for pangloss/vim-javascript
2017-01-18Add support for pangloss/vim-javascriptGetkey
Fixes #109
2017-01-18Merge pull request #132 from Naissur/masterChris Kempson
Fix brace colors (#131)
2017-01-12Updates outputVlad Aituganov
2017-01-12Fixes brace colors (#131)Vlad Aituganov
2016-12-28Updates outputChris Kempson
2016-12-28Brightens color for CursorLineNrChris Kempson
2016-12-28Updates outputChris Kempson
2016-12-28Merge branch 'master' of ssh://github.com/chriskempson/base16-vimChris Kempson
2016-12-28Merge pull request #129 from poliquin/masterChris Kempson
Fix Search and IncSearch highlighting (#113)
2016-12-19Fix Search and IncSearch highlighting (#113)Chris Poliquin
2016-12-14Scheme updateChris Kempson
2016-12-07Merge pull request #123 from jlesquembre/fugitiveChris Kempson
Add fugitive support
2016-11-30Delete CONTRIBUTING.mdChris Kempson
2016-10-27Add fugitive supportJosé Luis Lafuente
2016-10-25Merge pull request #120 from aaron-williamson/fix-interpolChris Kempson
Remove ruby interpolation highlighting override
2016-10-23Remove ruby interpolation highlighting overrideAaron Williamson
2016-10-12Updates themesChris Kempson
2016-08-28Updates builder outputChris Kempson
2016-07-20Updates outputChris Kempson
2016-07-19Merge pull request #103 from DLWood1001/masterChris Kempson
Background variable in base16-vim
2016-07-09Updated Install Instructions.DLWood1001
2016-07-09Removed &background setting as it seems to be deprecated.DLWood1001
2016-07-08Merge pull request #97 from mmizutani/patch-1Chris Kempson
Fix a reference to the default colorscheme name
2016-07-08Scheme updatesChris Kempson
2016-07-01Fix a reference to the default colorscheme namemmizutani
2016-06-30Merge pull request #96 from wincent/patch-1Chris Kempson
Fix typo (caled -> called) in README.md
2016-06-30Fix typo (caled -> called) in README.mdGreg Hurrell
2016-06-29Adds solarized lightChris Kempson
2016-06-29Adds Google Light schemeChris Kempson
2016-06-29Darkens the search text two shadesChris Kempson
2016-06-28Merge pull request #76 from arowla/patch-2Chris Kempson
Fix: 'colourtest' -> 'colortest'
2016-06-28Updated for Atelier plus Materia schemesChris Kempson
2016-06-28Updates colorsChris Kempson
2016-06-25Restructured for multiple template file supportChris Kempson