scss tweaks for light

This commit is contained in:
ManjaroOne666 2018-05-12 22:31:53 +01:00
parent 46e4c67bd9
commit b46b82ea68
1 changed files with 3 additions and 3 deletions

View File

@ -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