From 6dc335920f73908529f3c7747fd40b38abca7a52 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 7 Feb 2025 23:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-07 23:45:03 --- .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 b572ec4e..09442630 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -112,7 +112,8 @@ "ui.cursorline.primary" = { bg = "cursorline" } "ui.cursorline" = { bg = "g_11" } -"ui.highlight" = { modifiers = ["bold"] } +"ui.highlight" = { fg = "orange_blaze", bg = "cursorline", modifiers = ["bold"] } +# "ui.highlight" = { fg = "background", bg = "orange_blaze", modifiers = ["bold"] } "ui.menu" = { fg = "g_2", bg = "g_10" } "ui.menu.selected" = { modifiers = ["reversed"] }