commit a99264db7f3b9b7b0cdf6a9f892af3ce846f09d9 (patch)
parent e74b99019407526f3205f67ec0f14a37ad3578fa
Author: Alex Karle <alex@alexkarle.com>
Date: Sun, 20 Feb 2022 01:11:11 -0500
tmux: Add acme-inspired colors to status bar
To soon be paired with acme-colored editors :eyes:
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -24,3 +24,8 @@ bind-key c new-window -c "#{pane_current_path}"
# Start numbers at 1 (like the keyboard), and reorder on close
set-option -g base-index 1
set-option -g renumber-windows on
+
+# Use acme color'd status bar!
+# Still undecided between eaffff and 55aaaa...
+set-option -g status-style bg=#EAFFFF,fg=#000000
+set-option -g pane-active-border-style fg=#8888cc