diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index 1db5bc1..b150da2 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -13,7 +13,7 @@ if exists('syntax_on') endif let g:colors_name = 'monotonous' -let g:wal_enable = 1 +let g:wal_enable = 0 let g:d_normal_fg = '#555555' let g:d_normal_bg = '#000000' @@ -208,9 +208,9 @@ call SetColor('TabLineNoise', '', '#111111', '', g:ui_l_bg, '') call SetColor('cssIdentifier', '#83a695', '', '#4d955f', '', 'bold') call SetColor('cssClass', '#54b082', '', '#4d955f', '', '') -call SetColor('cssFunction', '#5a635a', '', '#54a36b', '', 'bold') +call SetColor('cssFunction', '#5a635a', '', '#666666', '', 'bold') call SetColor('cssProp', '#555555', '', '#999999', '', '') -call SetColor('scssVariable', '#54b082', '', '#a4a673', '', 'bold') +call SetColor('scssVariable', '#54b082', '', '#222222', '', 'bold') hi! def link cssAttr String hi! def link cssIdentifierAttr Noise