We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b7076 commit 531b745Copy full SHA for 531b745
runtime/themes/zenburn.toml
@@ -8,7 +8,8 @@
8
"ui.popup" = { bg = "uibg" }
9
"ui.selection" = { bg = "#304a3d" }
10
"ui.selection.primary" = { bg = "#2f2f2f" }
11
-"comment" = { fg = "#7f9f7f" }
+"comment" = { fg = "comment" }
12
+"ui.virtual.inlay-hint" = { fg = "comment" }
13
"comment.block.documentation" = { fg = "black", modifiers = ["bold"] }
14
"ui.statusline" = { bg = "statusbg", fg = "#ccdc90" }
15
"ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' }
@@ -50,6 +51,7 @@
50
51
"error" = "errorfg"
52
53
[palette]
54
+comment = "#7f9f7f"
55
bg = "#3f3f3f"
56
uibg = "#2c2e2e"
57
constant = "#dca3a3"
0 commit comments