Change comment colors

main
xenia 2024-03-23 20:28:38 +01:00
parent 80db2112a0
commit e48297eb63
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@ hook global WinSetOption .* %{
add-highlighter global/show-ws show-whitespaces -tabpad ' '
face global Whitespace rgb:3c3836+f
face global comment rgb:665c54+f
}
add-highlighter global/ show-matching
@ -163,6 +162,7 @@ face global SecondaryCursorEol SecondaryCursor
face global operator blue
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 MenuForeground blue+bi