From dc480b4532cb41a89e6488018aa52c80679f3389 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 18:45:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 18:45:06 --- .config/helix/themes/ashen.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 795d9857..b572ec4e 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -99,7 +99,8 @@ "ui.virtual.ruler" = "g_5" "ui.virtual.indent-guide" = "g_8" "ui.virtual.wrap" = "g_8" -"ui.virtual.inlay-hint" = {fg = "g_6", modifiers = ["bold", "italic"]} +"ui.virtual.inlay-hint" = {fg = "g_6", modifiers = [ "italic"]} +# "ui.virtual.inlay-hint" = {fg = "g_6", modifiers = ["bold", "italic"]} "ui.virtual.jump-label" = { fg = "background", bg = "orange_blaze", modifiers = ["bold"] } "ui.selection" = { bg = "g_8" }