dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 4e31f9288513d62e1d3c3af85dec2d71df15fa38
parent 1c45c246fd0db5b1b58986e21645603c9ce90a05
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 20 Jan 2019 11:07:20 -0500

Use blue as accent color in tbsm.

Diffstat:
M.config/tbsm/tbsm.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/tbsm/tbsm.conf b/.config/tbsm/tbsm.conf
@@ -1,5 +1,5 @@
 tbsmColor="${colBlue}${txtBold}"
-promptCol="${colArchBlue}"
+promptCol="${colBlue}${txtBold}"
 menuPrompt="Control deck interface:"
 quickPrompt="Initializing override:${txtClean}"
 menuHint="${promptCol}HMI commands:${txtClean}" 
\ No newline at end of file