From 0eabc9fa14243e370dbf32f57d6f2462879a0e46 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 22 Dec 2025 12:09:31 -0500 Subject: [PATCH] Dotfiles update 2025-12-22 12:09 --- zsh/lib/colors.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/lib/colors.zsh b/zsh/lib/colors.zsh index 96e1d18..46702a5 100644 --- a/zsh/lib/colors.zsh +++ b/zsh/lib/colors.zsh @@ -137,7 +137,7 @@ df_print_header() { echo "" echo -e "${DF_GREY}╒${hline}╕${DF_NC}" - echo -e "${DF_GREY}│${DF_NC} ${DF_BOLD}${DF_LIGHT_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_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 "" }