AutoYADM commit: 2025-05-08 17:22:08

This commit is contained in:
Daniel Fichtinger 2025-05-08 17:22:08 -04:00
parent ca9ee40bd0
commit bad5b492a5
2 changed files with 9 additions and 7 deletions

View file

@ -58,12 +58,14 @@ evaluate-commands %sh{
face global list ${orange_glow}
face global Default ${text},${background}
face global PrimaryCursor ${background},${orange_blaze}+gb
face global SecondaryCursor ${background},${orange_muted}+g
face global PrimaryCursor ${background},${orange_blaze}+gfb
face global SecondaryCursor ${background},${orange_muted}+gf
face global PrimarySelection ,${brown_dark}+g
face global SecondarySelection ,${brown_dark}+gd
face global PrimaryCursorEol ${background},${orange_golden}+fg
face global SecondaryCursorEol ${background},${golden_muted}+fg
face global SecondarySelection ,${brown_dark}+g
# face global PrimaryCursorEol ${background},${orange_golden}+fg
# face global SecondaryCursorEol ${background},${golden_muted}+fg
face global PrimaryCursorEol PrimaryCursor
face global SecondaryCursorEol SecondaryCursor
face global LineNumbers ${g_8}
face global LineNumberCursor ${g_5},${brown_dark}
face global LineNumbersWrapped LineNumbers
@ -83,6 +85,6 @@ evaluate-commands %sh{
face global Prompt ${orange_glow}
face global MatchingChar ${orange_smolder}+uf
face global BufferPadding LineNumbers
face global Whitespace ${g_7}
face global Whitespace ${g_7}+f
"
}