update(theme): add virtual-inlay hint highlight to snazzy theme (#11089)

This commit is contained in:
jack 2025-02-03 04:02:48 +03:00 committed by GitHub
parent e22bbf5489
commit ab6a92ed49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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