Skip to content

Commit 531b745

Browse files
authored
[theme][zenburn] set inlay hint to comment style (helix-editor#6593)
1 parent 01b7076 commit 531b745

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runtime/themes/zenburn.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"ui.popup" = { bg = "uibg" }
99
"ui.selection" = { bg = "#304a3d" }
1010
"ui.selection.primary" = { bg = "#2f2f2f" }
11-
"comment" = { fg = "#7f9f7f" }
11+
"comment" = { fg = "comment" }
12+
"ui.virtual.inlay-hint" = { fg = "comment" }
1213
"comment.block.documentation" = { fg = "black", modifiers = ["bold"] }
1314
"ui.statusline" = { bg = "statusbg", fg = "#ccdc90" }
1415
"ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' }
@@ -50,6 +51,7 @@
5051
"error" = "errorfg"
5152

5253
[palette]
54+
comment = "#7f9f7f"
5355
bg = "#3f3f3f"
5456
uibg = "#2c2e2e"
5557
constant = "#dca3a3"

0 commit comments

Comments
 (0)