From 21c46c18dabd1005ff2cc7927f1231c94a8469ff Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 17:45:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 17:45:06 --- .config/helix/themes/ashen.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 869862e4..254de3fa 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -103,8 +103,8 @@ "ui.selection" = { bg = "g_8" } -"ui.cursor" = { fg = "background", bg = "g_0" } -# "ui.cursor.primary" = { fg = "blue" } +"ui.cursor" = { fg = "background", bg = "g_4" } +"ui.cursor.primary" = { fg = "background", bg = "g_0" } "ui.cursor.match" = {fg = "orange_smolder", modifiers = ["underlined"]} # "ui.cursor.primary.normal" = { fg = "base", bg = "rosewater" }