mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 10:56:19 +04:00
[theme] Fix zenburn theme inlay hint color (#8278)
This commit is contained in:
parent
764172d5bc
commit
e41bee6ac6
@ -9,7 +9,7 @@
|
|||||||
"ui.selection" = { bg = "#304a3d" }
|
"ui.selection" = { bg = "#304a3d" }
|
||||||
"ui.selection.primary" = { bg = "#2f2f2f" }
|
"ui.selection.primary" = { bg = "#2f2f2f" }
|
||||||
"comment" = { fg = "comment" }
|
"comment" = { fg = "comment" }
|
||||||
"ui.virtual.inlay-hint" = { fg = "comment" }
|
"ui.virtual.inlay-hint" = { fg = "#9f9f9f" }
|
||||||
"comment.block.documentation" = { fg = "black", modifiers = ["bold"] }
|
"comment.block.documentation" = { fg = "black", modifiers = ["bold"] }
|
||||||
"ui.statusline" = { bg = "statusbg", fg = "#ccdc90" }
|
"ui.statusline" = { bg = "statusbg", fg = "#ccdc90" }
|
||||||
"ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' }
|
"ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' }
|
||||||
|
Loading…
Reference in New Issue
Block a user