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"] }