aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/zenburn.toml
diff options
context:
space:
mode:
authorAnton Romanov2023-09-13 22:38:14 +0000
committerGitHub2023-09-13 22:38:14 +0000
commite41bee6ac63095a3cd74c3efba0a417d8834f0b8 (patch)
tree87b440c6c303259ea7f6df9c2128903214e82574 /runtime/themes/zenburn.toml
parent764172d5bce243e11c23b4540ce89968bcb2f643 (diff)
[theme] Fix zenburn theme inlay hint color (#8278)
Diffstat (limited to 'runtime/themes/zenburn.toml')
-rw-r--r--runtime/themes/zenburn.toml2
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' }