Skip to content

Commit

Permalink
[theme][zenburn] set inlay hint to comment style (helix-editor#6593)
Browse files Browse the repository at this point in the history
  • Loading branch information
theli-ua authored and wes-adams committed Jul 3, 2023
1 parent 66333be commit b40b2e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/themes/zenburn.toml
Expand Up @@ -8,7 +8,8 @@
"ui.popup" = { bg = "uibg" }
"ui.selection" = { bg = "#304a3d" }
"ui.selection.primary" = { bg = "#2f2f2f" }
"comment" = { fg = "#7f9f7f" }
"comment" = { fg = "comment" }
"ui.virtual.inlay-hint" = { fg = "comment" }
"comment.block.documentation" = { fg = "black", modifiers = ["bold"] }
"ui.statusline" = { bg = "statusbg", fg = "#ccdc90" }
"ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' }
Expand Down Expand Up @@ -50,6 +51,7 @@
"error" = "errorfg"

[palette]
comment = "#7f9f7f"
bg = "#3f3f3f"
uibg = "#2c2e2e"
constant = "#dca3a3"
Expand Down

0 comments on commit b40b2e8

Please sign in to comment.