From e48297eb63f0c91a23063b138316be132477aa31 Mon Sep 17 00:00:00 2001 From: xenia Date: Sat, 23 Mar 2024 20:28:38 +0100 Subject: [PATCH] Change comment colors --- dotfiles/kakrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/kakrc b/dotfiles/kakrc index d5e7d979..7c1b1be1 100644 --- a/dotfiles/kakrc +++ b/dotfiles/kakrc @@ -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