From a418fb09789023b514a7bd67a3381be5fe1cf6b6 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 18 Aug 2020 20:13:24 -0400 Subject: [PATCH] tmux: Remove custom colors, revert to green I've been spending a lot of time playing around in VTs recently (installing niche linux distros and whatnot), and the green bar just looks better in more environments (including small terminals, etc). --- tmux/tmux.conf | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3f136f2..1e45a72 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -57,22 +57,8 @@ bind -T copy-mode-vi P send -X clear-selection \; send -X start-of-line \; send # THEME # #-------# -# Message (command line) styles -set -g message-command-style "fg=white,bg=black" -set -g message-style "fg=white,bg=black" - -# Highlight current window in blue -set -g window-status-current-style "fg=brightwhite,bg=blue" - # Status -set -g status-style "fg=white,bg=black" set -g status-interval 60 set -g status-left-length 20 -set -g status-left-style "fg=black,bg=yellow" set -g status-right "[$USER@#h] #(slstatus -s)%D %H:%M" set -g status-right-length 90 -set -g status-right-style "fg=black,bg=magenta" - -# Border colors -set -g pane-border-style fg=default,bold -set -g pane-active-border-style fg=blue,bold -- libgit2 0.28.4