From fbf1ebae93f9f0c22389ff9cfa4f9f75933d4010 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 8 May 2018 21:23:03 +0100 Subject: [PATCH] more light highlighting --- vim/colors/monotonous.vim | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index 0b7bd45..a8ae653 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -24,7 +24,7 @@ call SetColor('Normal', g:d_normal_fg, g:d_normal_bg, g:l_normal_fg, g:l_normal_ " highlight groups "{{{ -call SetColor('ColorColumn', '', '#1d0808', '', '', '') +call SetColor('ColorColumn', '', '#1d0808', '', '#f0ebeb', '') " Conceal " Cursor " CursorIM @@ -85,7 +85,6 @@ call SetColor('Special', '#aa7674', '', '#d09796', '', 'bold') hi! def link SpecialChar Special hi! def link Tag Special hi! def link Delimiter Special -" TODO some of this shit call SetColor('SpecialComment', '#555555', '', '#666666', '', 'italic') hi! def link Debug Special @@ -105,15 +104,15 @@ hi! def link Boolean String hi! def link Float String hi! def link Statement Normal -hi! Conditional guifg=#707070 cterm=bold gui=bold +call SetColor('Conditional', '#707070', '', '#505050', '', 'bold') hi! def link Repeat Conditional -hi! Label guifg=#777777 cterm=bold gui=bold -hi! Operator guifg=#444444 cterm=bold gui=bold -hi! Keyword guifg=#999999 cterm=bold gui=bold -hi! Exception guifg=#666666 cterm=bold gui=bold +call SetColor('Label', '#777777', '', '#575757', '', 'bold') +call SetColor('Operator', '#444444', '', '#999999', '', 'bold') +call SetColor('Keyword', '#999999', '', '#444444', '', 'bold') +call SetColor('Exception', '#666666', '', '#736060', '', 'bold') -hi! PreProc guifg=#363636 gui=bold cterm=bold -call SetColor('Include', '#404040', '', '', '', '') +call SetColor('PreProc', '#363636', '', '#aaaaaa', '', 'bold') +call SetColor('Include', '#404040', '', '#aaaaaa', '', '') hi! def link Define PreProc hi! def link Macro PreProc hi! def link PreCondit PreProc