From ce75511fe76a320c40089ce9f1bcac5ce0c635fa Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 8 May 2025 15:31:08 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-08 15:31:08 --- .config/kak/colors/ashen.kak | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/.config/kak/colors/ashen.kak b/.config/kak/colors/ashen.kak index b98fbef6..5a1346ef 100644 --- a/.config/kak/colors/ashen.kak +++ b/.config/kak/colors/ashen.kak @@ -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