From a99264db7f3b9b7b0cdf6a9f892af3ce846f09d9 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 20 Feb 2022 01:11:11 -0500 Subject: [PATCH] tmux: Add acme-inspired colors to status bar To soon be paired with acme-colored editors :eyes: --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 9da3a38..7038cd0 100644 --- 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 -- libgit2 1.1.1