AutoYADM commit: 2025-05-08 15:31:08

This commit is contained in:
Daniel Fichtinger 2025-05-08 15:31:08 -04:00
parent 4a06c39786
commit ce75511fe7

View file

@ -2,6 +2,32 @@
evaluate-commands %sh{
# GRUVBOX
gray="rgb:928374"
red="rgb:fb4934"
green="rgb:b8bb26"
yellow="rgb:fabd2f"
blue="rgb:83a598"
purple="rgb:d3869b"
aqua="rgb:8ec07c"
orange="rgb:fe8019"
bg="rgb:282828"
bg_alpha="rgba:282828a0"
bg1="rgb:3c3836"
bg2="rgb:504945"
bg3="rgb:665c54"
bg4="rgb:7c6f64"
fg="rgb:ebdbb2"
fg_alpha="rgba:ebdbb2a0"
fg0="rgb:fbf1c7"
fg2="rgb:d5c4a1"
fg3="rgb:bdae93"
fg4="rgb:a89984"
# ASHEN
cursorline="rgb:191919"
text="rgb:b4b4b4"
red_flame="rgb:C53030"
@ -29,6 +55,8 @@ evaluate-commands %sh{
g_10="rgb:1d1d1d"
g_11="rgb:191919"
g_12="rgb:151515"
aqua="rgb:8ec07c"
echo "
# Code highlighting
@ -50,8 +78,8 @@ evaluate-commands %sh{
# Markdown highlighting
face global title ${red_glowing}+b
face global header ${red_glowing}
face global mono ${g_4}
face global block ${aqua}
face global mono ${g_2,},${g_10}
face global block ${g_2,},${g_10}
face global link ${red_glowing}+ui
face global bullet ${orange_glow}
face global list ${orange_glow}
@ -59,7 +87,7 @@ evaluate-commands %sh{
face global Default ${text},${background}
face global PrimaryCursor ${background},${orange_blaze}+gb
face global SecondaryCursor ${background},${orange_muted}+g
face global PrimarySelection ${bg},${fg}+fg
face global PrimarySelection base,${brown_dark}+fg
face global SecondarySelection ${bg},${bg4}+fg
face global PrimaryCursorEol ${bg},${fg4}+fg
face global SecondaryCursorEol ${bg},${bg2}+fg