css, scss

This commit is contained in:
ManjaroOne666 2018-05-09 15:04:17 +01:00
parent 54ce45baf2
commit 3d3383a702
1 changed files with 23 additions and 47 deletions

View File

@ -231,63 +231,39 @@ call SetColor('TabLineNoise', '', '#111111', '', '#cccccc', '')
"" #css, scss definitions
"{{{
hi! gSpecial guifg=#83a695 cterm=bold gui=bold
hi! gIdentifier guifg=#5b6e5e cterm=bold gui=bold
call SetColor('gFunction', '#5a635a', '', '', '', '')
call SetColor('gType', '#343d35', '', '', '', '')
call SetColor('cssIdentifier', '#83a695', '', '#4d955f', '', 'bold')
call SetColor('cssClass', '#54b082', '', '#4d955f', '', '')
call SetColor('cssClass', '#54b082', '', '', '', '')
call SetColor('cssProp', '#555555', '', '', '', '')
call SetColor('cssFunction', '#5a635a', '', '#54a36b', '', 'bold')
call SetColor('cssProp', '#555555', '', '#999999', '', '')
hi! def link cssAttr String
hi! def link cssIdentifierAttr Noise
hi! def link cssClassAttr cssIdentifierAttr
hi! def link cssAttrNoise Noise
hi! def link atKeyword PreProc
hi! def link cssIdentifier gSpecial
hi! def link cssClassName cssClass
hi! def link cssPseudoClassId cssClassName
hi! def link cssAttr String
hi! def link cssIdentifierAttr Noise
hi! def link cssClassAttr cssIdentifierAttr
hi! def link cssAttrNoise Noise
hi! def link atKeyword PreProc
hi! def link cssIdentifier cssIdentifier
hi! def link cssClassName cssClass
hi! def link cssPseudoClassId cssClassName
hi! def link cssKeyFrameSelector Label
hi! def link cssFunctionName gIdentifier
hi! def link cssBraces Noise
hi! def link cssFunctionName cssIdentifier
hi! def link cssBraces Noise
hi! def link scssSelector cssClassName
hi! def link scssSelectorName scssSelector
hi! def link scssSelectorChar gSpecial
hi! def link scssVariable gIdentifier
hi! def link scssFunctionName gFunction
hi! def link scssMixinName gSpecial
hi! def link scssampersand scssSelectorName
hi! def link scssAtRoot atKeyword
hi! def link vue_scss cssIdentifier
hi! def link scssSelector cssIdentifier
hi! def link scssSelectorName scssSelector
hi! def link scssSelectorChar cssIdentifier
call SetColor('scssVariable', '#54b082', '', '#a4a673', '', 'bold')
hi! def link scssFunctionName cssFunction
hi! def link scssMixinName cssIdentifier
hi! def link scssampersand scssSelectorName
hi! def link scssAtRoot atKeyword
hi! def link vue_scss cssIdentifier
"}}}
"" #html definitions
""{{{
" old values
"{{{
" call SetColor('bNormalBright', '#5f87af', '', '#5f5f87', '', '')
" call SetColor('bNormal', '#5f5f87', '', '#5f87af', '', '')
" call SetColor('bValueBrightItalic', '#bbbbdd', '', '#666688', '', 'italic')
" call SetColor('bValueItalic', '#9999bb', '', '#9999bb', '', 'italic')
" call SetColor('bValue', '#9999bb', '', '#9999bb', '', '')
" call SetColor('bValueDarkItalic', '#666688', '', '#bbbbdd', '', 'italic')
" " values
" call SetColor('bSpecialBrighter', '#cec4ff', '', '#615d71', '', '')
" call SetColor('bSpecialBright', '#b9afed', '', '#8f88b8', '', '')
" call SetColor('bSpecial', '#8f88b8', '', '#b9afed', '', '')
" call SetColor('bSpecialDark', '#615d7a', '', '#cec4ff', '', '')
" " tags
" call SetColor('bKeywordBright', '#6c7bc2', '', '#373e61', '', '')
" call SetColor('bKeyword', '#505b8f', '', '#505b8f', '', '')
" call SetColor('bKeywordDark', '#373e61', '', '#6c7bc2', '', '')
"}}}
hi! def link htmlNormal Normal
hi! def link htmlTitle Title