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

This commit is contained in:
Daniel Fichtinger 2025-05-08 17:06:08 -04:00
parent 5b66576244
commit ca9ee40bd0
3 changed files with 28 additions and 55 deletions

View file

@ -1,31 +1,6 @@
# ashen theme
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"
@ -55,7 +30,6 @@ evaluate-commands %sh{
g_10="rgb:1d1d1d"
g_11="rgb:191919"
g_12="rgb:151515"
aqua="rgb:8ec07c"
echo "
@ -71,8 +45,7 @@ evaluate-commands %sh{
face global attribute ${g_4}
face global comment ${g_6}+i
face global documentation comment
# TODO: change
face global meta ${aqua}
face global meta ${red_ember}
face global builtin ${blue}
# Markdown highlighting
@ -110,6 +83,6 @@ evaluate-commands %sh{
face global Prompt ${orange_glow}
face global MatchingChar ${orange_smolder}+uf
face global BufferPadding LineNumbers
face global Whitespace ${bg2}+f
face global Whitespace ${g_7}
"
}