+4
-4
nvim/.config/nvim/lua/chadrc.lua
+4
-4
nvim/.config/nvim/lua/chadrc.lua
···
9
9
theme = "everblush",
10
10
transparency = true,
11
11
12
-
-- hl_override = {
13
-
-- Comment = { italic = true },
14
-
-- ["@comment"] = { italic = true },
15
-
-- },
12
+
hl_override = {
13
+
Comment = { italic = true, fg = "white" },
14
+
["@comment"] = { italic = true, fg = "white" },
15
+
},
16
16
17
17
hl_add = {
18
18
St_JJ_Text = {