From fbe6f65aae04912f913393b9d1e96e97a6d8bbcc Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sun, 21 Oct 2018 11:34:04 +0200 Subject: [PATCH] gruvbox: show comments in italic --- colors/gruvbox.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/gruvbox.kak b/colors/gruvbox.kak index 9751a606..d2613e46 100644 --- a/colors/gruvbox.kak +++ b/colors/gruvbox.kak @@ -33,7 +33,7 @@ evaluate-commands %sh{ face global keyword ${red} face global operator ${fg} face global attribute ${orange} - face global comment ${gray} + face global comment ${gray}+i face global meta ${aqua} face global builtin ${fg}+b