Tmux colors.

This commit is contained in:
Bartek Stalewski 2015-06-11 10:52:40 +02:00
parent 4658572e06
commit d96f0e2de3
3 changed files with 34 additions and 38 deletions

@ -1 +1 @@
Subproject commit a6dfbac61855960b73091d4b1a9f0cd84aee6230 Subproject commit a21f4726bd214a96c76259b235c9a83854876e2f

View file

@ -32,39 +32,35 @@ bind - split-window -v
### UNDBIND ### UNDBIND
unbind-key S unbind-key S
### COLORS # --- colors (solarized dark)
# default statusbar colors
## Solarized dark set -g status-bg black
set-option -g status-bg black #base02 set -g status-fg yellow
set-option -g status-fg yellow #yellow set -g status-attr default
set-option -g status-attr default
set-window-option -g window-status-fg brightblue #base0 # default window title colors
set-window-option -g window-status-bg default setw -g window-status-fg brightblue
#set-window-option -g window-status-attr dim setw -g window-status-bg default
set-window-option -g window-status-current-fg brightred #orange
set-window-option -g window-status-current-bg default # active window title colors
set-option -g pane-border-fg black #base02 setw -g window-status-current-fg yellow
set-option -g pane-active-border-fg brightgreen #base01 setw -g window-status-current-bg default
set-option -g message-bg black #base02 setw -g window-status-current-attr dim
set-option -g message-fg brightred #orange
set-option -g display-panes-active-colour blue #blue # pane border
set-option -g display-panes-colour brightred #orange set -g pane-border-fg black
set-window-option -g clock-mode-colour green #green set -g pane-border-bg default
set -g pane-active-border-fg yellow
set -g pane-active-border-bg default
## Solarized light
#set-option -g status-bg white #base2 # command line/message text
#set-option -g status-fg yellow #yellow set -g message-bg black
#set-option -g status-attr default set -g message-fg yellow
#set-window-option -g window-status-fg brightyellow #base00
#set-window-option -g window-status-bg default # pane number display
##set-window-option -g window-status-attr dim set -g display-panes-active-colour yellow
#set-window-option -g window-status-current-fg brightred #orange set -g display-panes-colour brightblue
#set-window-option -g window-status-current-bg default
#set-option -g pane-border-fg white #base2 # clock
#set-option -g pane-active-border-fg brightcyan #base1 setw -g clock-mode-colour yellow
#set-option -g message-bg white #base2 # --- end colors
#set-option -g message-fg brightred #orange
#set-option -g display-panes-active-colour blue #blue
#set-option -g display-panes-colour brightred #orange
#set-window-option -g clock-mode-colour green #green

@ -1 +1 @@
Subproject commit 4f1e6ecb057fc0bac189171c1430d71ef25f6bb1 Subproject commit af85499edace2acca27ce41790ac333f62b689bb