changeset 6522:34df60177f2a

update(theme): add virtual-inlay hint highlight to snazzy theme (#11089)
author jack <90291236+jacknicklenson@users.noreply.github.com>
date Mon, 03 Feb 2025 04:02:48 +0300
parents 462d864b67c4
children 4b5d0fbef08e
files runtime/themes/snazzy.toml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/themes/snazzy.toml	Mon Feb 03 01:58:29 2025 +0100
+++ b/runtime/themes/snazzy.toml	Mon Feb 03 04:02:48 2025 +0300
@@ -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" }