[theme][zenburn] set inlay hint to comment style (#6593)

pull/16/head
Anton Romanov 1 year ago committed by GitHub
parent 01b70762fd
commit 531b745c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save