From c13410948539833360407d454601fb900e06b679 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Wed, 13 Feb 2019 18:53:02 +0100 Subject: [PATCH] tmux minimal greyish theme --- tmux.conf | 32 ++++++-------------------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/tmux.conf b/tmux.conf index 28884f2..3c885f5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -14,42 +14,22 @@ bind l select-pane -R # statusbar set -g status-right '#[fg=colour242]#S' -set -g status-left ' ' +set -g status-left ' ' set -g window-status-format '#W' set -g window-status-current-format '#W' set -g allow-rename off # THEME -#### COLOUR (Solarized 256) +#### COLOUR # default statusbar colors -set-option -g status-bg colour233 -set-option -g status-fg colour136 #yellow +set-option -g status-bg colour232 +set-option -g status-fg colour253#yellow set-option -g status-attr default -# default window title colors -set-window-option -g window-status-fg colour244 #base0 -set-window-option -g window-status-bg default -#set-window-option -g window-status-attr dim # active window title colors -set-window-option -g window-status-current-fg colour166 #orange +set-window-option -g window-status-current-fg colour231 set-window-option -g window-status-current-bg default -#set-window-option -g window-status-current-attr bright - -# pane border -set-option -g pane-border-fg colour235 #base02 -set-option -g pane-active-border-fg colour240 #base01 - -# message text -set-option -g message-bg colour235 #base02 -set-option -g message-fg colour166 #orange - -# pane number display -set-option -g display-panes-active-colour colour33 #blue -set-option -g display-panes-colour colour166 #orange - -# clock -set-window-option -g clock-mode-colour colour64 #green # bell -set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red +set-window-option -g window-status-bell-style fg=colour232,bg=colour253