Make Constant cterm color orange to match the GUI colors.

- Also add License (Vim License)
This commit is contained in:
Akshay Hegde 2014-12-26 15:51:50 -08:00
parent e0480cb8a5
commit 525dbded31
2 changed files with 4 additions and 1 deletions

View File

@ -81,3 +81,6 @@ For Linux/BSD users, here is a sample ~/.Xresources:
! white
*color7: #606360
*color15: #DDE3DC
# License
Copyright (c) Akshay Hegde. Distributed under the same terms as Vim itself. See `:help license`

View File

@ -21,7 +21,7 @@ hi Comment ctermbg=NONE ctermfg=59 guibg=NONE guifg=#515F6A cte
hi NonText ctermbg=NONE ctermfg=8 guibg=NONE guifg=#3E4853 cterm=NONE gui=NONE
hi Title ctermbg=NONE ctermfg=231 guibg=NONE guifg=#FFFFFF cterm=NONE gui=NONE
hi Constant ctermbg=NONE ctermfg=9 guibg=NONE guifg=#C5735E cterm=NONE gui=NONE
hi Constant ctermbg=NONE ctermfg=167 guibg=NONE guifg=#C5735E cterm=NONE gui=NONE
hi Function ctermbg=NONE ctermfg=9 guibg=NONE guifg=#CC6666 cterm=NONE gui=NONE
hi Identifier ctermbg=NONE ctermfg=3 guibg=NONE guifg=#E5C078 cterm=NONE gui=NONE
hi PreProc ctermbg=NONE ctermfg=109 guibg=NONE guifg=#85A7A5 cterm=NONE gui=NONE