From 1b0397233f554313382121fd568ad1c162ee6fc0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 8 Feb 2025 00:00:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-08 00:00:03 --- .config/helix/themes/ashen.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 09442630..e1f84859 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -100,7 +100,6 @@ "ui.virtual.indent-guide" = "g_8" "ui.virtual.wrap" = "g_8" "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" } @@ -112,8 +111,7 @@ "ui.cursorline.primary" = { bg = "cursorline" } "ui.cursorline" = { bg = "g_11" } -"ui.highlight" = { fg = "orange_blaze", bg = "cursorline", modifiers = ["bold"] } -# "ui.highlight" = { fg = "background", bg = "orange_blaze", modifiers = ["bold"] } +"ui.highlight" = { fg = "orange_blaze", bg = "cursorline", underline = {color = "orange_smolder", style = "dotted"}, modifiers = ["bold"] } "ui.menu" = { fg = "g_2", bg = "g_10" } "ui.menu.selected" = { modifiers = ["reversed"] }