From b46b82ea68b03908016c9f4e90dcaac97030d7b7 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sat, 12 May 2018 22:31:53 +0100 Subject: [PATCH] scss tweaks for light --- vim/colors/monotonous.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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