From 90d25febac0041f847e4f3a8bd5d358372efefb1 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 22 Dec 2025 00:44:14 -0500 Subject: [PATCH] Dotfiles update 2025-12-22 00:44 --- bin/dotfiles-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dotfiles-sync.sh b/bin/dotfiles-sync.sh index 5d927ff..5fd384b 100755 --- a/bin/dotfiles-sync.sh +++ b/bin/dotfiles-sync.sh @@ -51,7 +51,7 @@ print_header() { echo "" echo -e "${_M_GREY}╒${hline}╕${_M_RESET}" - echo -e "${_M_GREY}│${_M_RESET} ${_M_BOLD}${_M_BLUE}${h_left}${_M_RESET}${h_spaces}${_M_DIM}${h_center}${h_spaces}${h_right}${_M_RESET} ${_M_GREY}│${_M_RESET}" + echo -e "${_M_GREY}│${_M_RESET} ${_M_BOLD}${_M_BLUE}${h_left}${_M_RESET}${h_spaces}${_M_MAGENTA}${h_center}${h_spaces}${h_right}${_M_RESET} ${_M_GREY}│${_M_RESET}" echo -e "${_M_GREY}╘${hline}╛${_M_RESET}" echo "" }