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"