feat: css styles
This commit is contained in:
parent
af2a3730a9
commit
291ecbbff1
1 changed files with 8 additions and 0 deletions
|
|
@ -307,5 +307,13 @@ return lush(function(injected_functions)
|
||||||
NvimTreeFolderIcon({ fg = folder }),
|
NvimTreeFolderIcon({ fg = folder }),
|
||||||
|
|
||||||
htmlString({ fg = html_css_green }),
|
htmlString({ fg = html_css_green }),
|
||||||
|
sassClass({ fg = html_css_yellow }),
|
||||||
|
cssBraces({ fg = html_css_white }),
|
||||||
|
cssMediaProp({ fg = html_css_white }),
|
||||||
|
sassCssAttribute({ fg = html_css_green }),
|
||||||
|
sassDefinition({ fg = orange }),
|
||||||
|
sassCssAttribute({ fg = html_css_green }),
|
||||||
|
sassAmpersand({ fg = html_css_yellow }),
|
||||||
|
cssTagName({ fg = html_css_yellow }),
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue