commit 2d77a4fee6d6754ab1471146e693db3873454d6f parent c88a04631ef536d8dcc3574edc1ff1a0e0162356 Author: mtmn <miro@haravara.org> Date: Wed, 15 Apr 2026 21:14:49 +0200 dotfiles: change prompt colors Diffstat:
| M | modules/mixins/dotfiles/config/foot/foot.ini | | | 2 | +- |
| M | modules/mixins/dotfiles/config/shell/rc/prompt-functions | | | 10 | +++++----- |
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/mixins/dotfiles/config/foot/foot.ini b/modules/mixins/dotfiles/config/foot/foot.ini @@ -17,7 +17,7 @@ blink=no [colors-dark] alpha = 0.85 -cursor=000000 008080 +cursor=000000 ccaaee background=000000 foreground=ffffff diff --git a/modules/mixins/dotfiles/config/shell/rc/prompt-functions b/modules/mixins/dotfiles/config/shell/rc/prompt-functions @@ -1,10 +1,10 @@ # vim: ft=sh _C_RESET=$(tput sgr0) -_C_1=$(tput setaf 141) -_C_2=$(tput setaf 209) -_C_3=$(tput setaf 203) -_C_4=$(tput setaf 174) -_C_6=$(tput setaf 167) +_C_1=$(tput setaf 1) +_C_2=$(tput setaf 3) +_C_3=$(tput setaf 4) +_C_4=$(tput setaf 5) +_C_6=$(tput setaf 6) colour_part() { local colour_val msg delim