diff options
author | Anton Romanov | 2023-04-04 22:11:09 +0000 |
---|---|---|
committer | GitHub | 2023-04-04 22:11:09 +0000 |
commit | 531b745c54e5d316603601cc05ade50ab02066ab (patch) | |
tree | cfa83c82c14582eae3ba3b9c7b294647682e9bf8 | |
parent | 01b70762fda6a7cd004ed623844398d620c44eda (diff) |
[theme][zenburn] set inlay hint to comment style (#6593)
-rw-r--r-- | runtime/themes/zenburn.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/themes/zenburn.toml b/runtime/themes/zenburn.toml index 4c019a2c..8518e78f 100644 --- a/runtime/themes/zenburn.toml +++ b/runtime/themes/zenburn.toml @@ -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' } @@ -50,6 +51,7 @@ "error" = "errorfg" [palette] +comment = "#7f9f7f" bg = "#3f3f3f" uibg = "#2c2e2e" constant = "#dca3a3" |