From cc9d78d0ce4727b3bf9e79e78b43cca2cfcf488e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 10 Feb 2025 17:35:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-10 17:35:05 --- .config/helix/config.toml | 2 +- .config/helix/themes/ashen.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 9d259c2d..36bcf2dd 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -8,7 +8,7 @@ undercurl = true # Wouldn't be a bad idea to encorporate two clipboards into my workflow, # especially for stuff like swapping selections and stuff... # default-yank-register = '+' -cursorline = false +cursorline = true bufferline = "multiple" color-modes = true scrolloff = 2 diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 9148d5ee..21d4a4d2 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -110,7 +110,7 @@ "ui.cursor.match" = {fg = "orange_smolder", modifiers = ["underlined"]} "ui.cursorline.primary" = { bg = "cursorline" } -"ui.cursorline" = { bg = "g_11" } +"ui.cursorline" = { bg = "g_12" } "ui.highlight" = { fg = "orange_blaze", bg = "cursorline", underline = {color = "orange_smolder", style = "dotted"}, modifiers = ["bold"] } @@ -129,7 +129,7 @@ info = "g_2" hint = "g_4" [palette] -cursorline = "#212121" +cursorline = "#191919" text = "#b4b4b4" red_flame = "#C53030" red_glowing = "#DF6464"