dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit a418fb09789023b514a7bd67a3381be5fe1cf6b6 (patch)
parent 3bc0455be162705bb663c68f5686569371face73
Author: Alex Karle <alex@alexkarle.com>
Date:   Tue, 18 Aug 2020 20:13:24 -0400

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).

Diffstat:
Mtmux/tmux.conf | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git 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