Skip to content

Commit

Permalink
[theme] Fix zenburn theme inlay hint color (helix-editor#8278)
Browse files Browse the repository at this point in the history
  • Loading branch information
theli-ua authored and dgkf committed Jan 30, 2024
1 parent e0f9e1f commit 0f63169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/zenburn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ui.selection" = { bg = "#304a3d" }
"ui.selection.primary" = { bg = "#2f2f2f" }
"comment" = { fg = "comment" }
"ui.virtual.inlay-hint" = { fg = "comment" }
"ui.virtual.inlay-hint" = { fg = "#9f9f9f" }
"comment.block.documentation" = { fg = "black", modifiers = ["bold"] }
"ui.statusline" = { bg = "statusbg", fg = "#ccdc90" }
"ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' }
Expand Down

0 comments on commit 0f63169

Please sign in to comment.