mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
update(theme): add virtual-inlay hint highlight to snazzy theme (#11089)
This commit is contained in:
parent
e22bbf5489
commit
ab6a92ed49
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
|||
"ui.text.focus" = { fg = "cyan" }
|
||||
"ui.virtual.indent-guide" = { fg = "opal" }
|
||||
"ui.virtual.ruler" = { bg = "background_dark" }
|
||||
"ui.virtual.inlay-hint" = { bg = "background_dark", fg = "comment" }
|
||||
"ui.virtual.whitespace" = { fg = "comment" }
|
||||
"ui.window" = { fg = "foreground" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue