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

View file

@ -23,8 +23,8 @@ set-option global indentwidth 4
set-option global scrolloff 3,3 set-option global scrolloff 3,3
add-highlighter global/ number-lines -hlcursor -relative -separator " " add-highlighter global/ number-lines -hlcursor -relative -separator " "
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
add-highlighter global/ show-matching add-highlighter global/ show-matching
add-highlighter global/ wrap -word -indent add-highlighter global/ wrap -word -indent
map -docstring "yank the selection into the clipboard" global user y "<a-|> wl-copy<ret>" map -docstring "yank the selection into the clipboard" global user y "<a-|> wl-copy<ret>"