From d4a70711dfc917bf113d0971e72af45a27cbecb8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 25 Dec 2015 08:36:04 +0100 Subject: nvim: colors: Change Type and Constant guifgs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/colors/Darkcustomside.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nvim') diff --git a/nvim/colors/Darkcustomside.vim b/nvim/colors/Darkcustomside.vim index 4a3cf34..4669033 100644 --- a/nvim/colors/Darkcustomside.vim +++ b/nvim/colors/Darkcustomside.vim @@ -32,7 +32,7 @@ hi Boolean ctermfg=98 ctermbg=NONE cterm=NONE guifg=#8e69c9 guibg=NONE gui=NONE hi Character ctermfg=98 ctermbg=NONE cterm=NONE guifg=#8e69c9 guibg=NONE gui=NONE hi Comment ctermfg=59 ctermbg=NONE cterm=NONE guifg=#595b5d guibg=NONE gui=NONE hi Conditional ctermfg=208 ctermbg=NONE cterm=NONE guifg=#f08d24 guibg=NONE gui=NONE -hi Constant ctermfg=NONE ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE +hi Constant ctermfg=9 ctermbg=NONE cterm=NONE guifg=#dca3a3 guibg=NONE gui=NONE hi Define ctermfg=208 ctermbg=NONE cterm=NONE guifg=#f08d24 guibg=NONE gui=NONE hi ErrorMsg ctermfg=231 ctermbg=38 cterm=NONE guifg=#f8f8f0 guibg=#00a8c6 gui=NONE hi WarningMsg ctermfg=231 ctermbg=38 cterm=NONE guifg=#f8f8f0 guibg=#00a8c6 gui=NONE @@ -53,7 +53,7 @@ hi String ctermfg=220 ctermbg=NONE cterm=NONE guifg=#f2d42c guibg=NONE gui=NONE hi Tag ctermfg=166 ctermbg=NONE cterm=NONE guifg=#e8341c guibg=NONE gui=NONE hi Title ctermfg=250 ctermbg=NONE cterm=bold guifg=#bababa guibg=NONE gui=bold hi Todo ctermfg=59 ctermbg=NONE cterm=inverse,bold guifg=#494b4d guibg=NONE gui=inverse,bold -hi Type ctermfg=12 ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE +hi Type ctermfg=12 ctermbg=NONE cterm=NONE guifg=#94bff3 guibg=NONE gui=NONE hi Underlined ctermfg=NONE ctermbg=NONE cterm=underline guifg=NONE guibg=NONE gui=underline hi rubyClass ctermfg=208 ctermbg=NONE cterm=NONE guifg=#f08d24 guibg=NONE gui=NONE hi rubyFunction ctermfg=71 ctermbg=NONE cterm=NONE guifg=#68c244 guibg=NONE gui=NONE -- cgit v1.2.3-54-g00ecf