Change comment colors
This commit is contained in:
parent
80db2112a0
commit
e48297eb63
|
@ -3,7 +3,6 @@ hook global WinSetOption .* %{
|
||||||
add-highlighter global/show-ws show-whitespaces -tabpad ' '
|
add-highlighter global/show-ws show-whitespaces -tabpad ' '
|
||||||
|
|
||||||
face global Whitespace rgb:3c3836+f
|
face global Whitespace rgb:3c3836+f
|
||||||
face global comment rgb:665c54+f
|
|
||||||
}
|
}
|
||||||
|
|
||||||
add-highlighter global/ show-matching
|
add-highlighter global/ show-matching
|
||||||
|
@ -163,6 +162,7 @@ face global SecondaryCursorEol SecondaryCursor
|
||||||
|
|
||||||
face global operator blue
|
face global operator blue
|
||||||
face global type rgb:aa66ee+b
|
face global type rgb:aa66ee+b
|
||||||
|
face global comment rgb:928374+f # gruvbox-dark inverts the comments which looks bad
|
||||||
|
|
||||||
face global MenuBackground rgb:eecc44+i
|
face global MenuBackground rgb:eecc44+i
|
||||||
face global MenuForeground blue+bi
|
face global MenuForeground blue+bi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user