From ae6a0a9cfd377fbfa494760282498cf2ca322782 Mon Sep 17 00:00:00 2001 From: Arkady Rost Date: Fri, 3 Nov 2023 00:51:22 +0000 Subject: [PATCH] Adjusted ui.virtual.inlay-hint color for everblush theme (#8705) Co-authored-by: Arkady Rost <1239844+arkrost@users.noreply.github.com> --- runtime/themes/everblush.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/everblush.toml b/runtime/themes/everblush.toml index edcdaf41b..b49bf0494 100644 --- a/runtime/themes/everblush.toml +++ b/runtime/themes/everblush.toml @@ -68,6 +68,7 @@ "ui.virtual.whitespace" = { fg = "comment" } "ui.virtual.wrap" = { fg = "comment" } "ui.virtual.indent-guide" = { fg = "comment" } +"ui.virtual.inlay-hint" = { fg = "comment" } "ui.window" = { fg = "black" } "error" = { fg = "red" }