From 1db0d9005993b46845a3b39e798971e6c9874d50 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 18:40:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 18:40:06 --- .config/helix/themes/ashen.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 3094eb8e..795d9857 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -99,7 +99,7 @@ "ui.virtual.ruler" = "g_5" "ui.virtual.indent-guide" = "g_8" "ui.virtual.wrap" = "g_8" -"ui.virtual.inlay-hint" = "g_4" +"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" }