diff options
author | Anton Romanov | 2023-09-13 22:38:14 +0000 |
---|---|---|
committer | GitHub | 2023-09-13 22:38:14 +0000 |
commit | e41bee6ac63095a3cd74c3efba0a417d8834f0b8 (patch) | |
tree | 87b440c6c303259ea7f6df9c2128903214e82574 /runtime/themes | |
parent | 764172d5bce243e11c23b4540ce89968bcb2f643 (diff) |
[theme] Fix zenburn theme inlay hint color (#8278)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/zenburn.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/zenburn.toml b/runtime/themes/zenburn.toml index 8518e78f..9a4a7abc 100644 --- a/runtime/themes/zenburn.toml +++ b/runtime/themes/zenburn.toml @@ -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' } |