AutoYADM commit: 2025-02-10 17:35:05

This commit is contained in:
Daniel Fichtinger 2025-02-10 17:35:05 -05:00
parent aa947abded
commit cc9d78d0ce
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"