commit 7d9d8fdf248271247f94ae94d03d2a27c3383556 from: gonzalo date: Mon Jun 01 16:30:28 2020 UTC Change tmux colours to Evangelion style! commit - 70abf3c9fd9409d07413993370aeb355681a8752 commit + 7d9d8fdf248271247f94ae94d03d2a27c3383556 blob - e08847899a3932468e7ebcdd96911b3d6ad4610f blob + ffcc15defb5e86f9c97c685ce55b2d8eb742a5e6 --- .tmux.conf +++ .tmux.conf @@ -33,10 +33,35 @@ bind : command-prompt bind-key space next-window ## Colours -set -g status-bg black -set -g status-fg white -set -g pane-active-border-style fg=colour53 +# default setatusbar colors +set-option -g status-style "fg=#7e90a3,bg=default" +# default window title colors +set-window-option -g window-status-style "fg=#7e90a3,bg=default" + +# active window title colors +set-window-option -g window-status-current-style "fg=#ffff66,bg=default" + +# pane border +set-option -g pane-border-style "fg=#3d566f" +set-option -g pane-active-border-style "fg=#4b6988" + +# message text +set-option -g message-style "fg=#9fa2a6,bg=#3d566f" + +# pane number display +set-option -g display-panes-active-colour "#66ff66" +set-option -g display-panes-colour "#ffff66" + +# clock +set-window-option -g clock-mode-colour "#66ff66" + +# copy mode highligh +set-window-option -g mode-style "fg=#7e90a3,bg=#4b6988" + +# bell +set-window-option -g window-status-bell-style "fg=#3d566f,bg=#c4676c" + set -g status-interval 1 ## Just the hostname