From 5df638f97eb7f567aad1f1fbfbdb42ae95d8725c Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 24 Dec 2025 18:41:39 -0500 Subject: [PATCH] Dotfiles update 2025-12-24 18:41 --- setup/setup-espanso.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/setup-espanso.sh b/setup/setup-espanso.sh index c22c79d..49bcad5 100755 --- a/setup/setup-espanso.sh +++ b/setup/setup-espanso.sh @@ -35,6 +35,8 @@ source "$HOME/.dotfiles/zsh/lib/colors.zsh" 2>/dev/null || { typeset -g DF_BLUE=$'\033[38;5;39m' DF_CYAN=$'\033[38;5;51m' typeset -g DF_GREEN=$'\033[38;5;82m' DF_YELLOW=$'\033[38;5;220m' typeset -g DF_RED=$'\033[38;5;196m' DF_GREY=$'\033[38;5;242m' DF_NC=$'\033[0m' + typeset -g DF_LIGHT_BLUE=$'\033[38;5;39m' DF_LIGHT_GREEN=$'\033[38;5;82m' + } @@ -63,7 +65,7 @@ print_header() { echo "" echo -e "${DF_GREY}╒${hline}╕${DF_NC}" - echo -e "${DF_GREY}│${DF_NC} ${DF_BOLD}${DF_BLUE}${h_left}${DF_NC}${h_spaces}${DF_DIM}${h_center}${h_spaces}${h_right}${DF_NC} ${DF_GREY}│${DF_NC}" + echo -e "${DF_GREY}│${DF_NC} ${DF_BOLD}${DF_LIGHT_BLUE}${h_left}${DF_NC}${h_spaces}${DF_LIGHT_GREEN}${h_center}${h_spaces}${DF_NC}${DF_BOLD}${h_right}${DF_NC} ${DF_GREY}│${DF_NC}" echo -e "${DF_GREY}╘${hline}╛${DF_NC}" echo "" }