diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-18 23:06:28 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-18 23:06:28 +0200 |
commit | cacb957b514e3e336b38b0921ebda6e95e14e553 (patch) | |
tree | e0ba6062ba4def7ac7cec92d22a36c4caeca267c | |
parent | 8e5752752ca3c5891846cc268041cdaf2c226405 (diff) | |
download | dotfiles-cacb957b514e3e336b38b0921ebda6e95e14e553.tar.xz |
darkcustomside: Style type
-rw-r--r-- | vim/colors/Darkcustomside.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/colors/Darkcustomside.vim b/vim/colors/Darkcustomside.vim index e62c6e6..f5aedcf 100644 --- a/vim/colors/Darkcustomside.vim +++ b/vim/colors/Darkcustomside.vim @@ -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=NONE ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE +hi Type ctermfg=12 ctermbg=NONE cterm=NONE guifg=NONE 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 |