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
set -g status-bg black
set -g status-fg yellow
set -g status-attr default
## Solarized dark # default window title colors
set-option -g status-bg black #base02 setw -g window-status-fg brightblue
set-option -g status-fg yellow #yellow setw -g window-status-bg default
set-option -g status-attr default
set-window-option -g window-status-fg brightblue #base0
set-window-option -g window-status-bg default
#set-window-option -g window-status-attr dim
set-window-option -g window-status-current-fg brightred #orange
set-window-option -g window-status-current-bg default
set-option -g pane-border-fg black #base02
set-option -g pane-active-border-fg brightgreen #base01
set-option -g message-bg black #base02
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
# active window title colors
setw -g window-status-current-fg yellow
setw -g window-status-current-bg default
setw -g window-status-current-attr dim
## Solarized light # pane border
#set-option -g status-bg white #base2 set -g pane-border-fg black
#set-option -g status-fg yellow #yellow set -g pane-border-bg default
#set-option -g status-attr default set -g pane-active-border-fg yellow
#set-window-option -g window-status-fg brightyellow #base00 set -g pane-active-border-bg default
#set-window-option -g window-status-bg default
##set-window-option -g window-status-attr dim # command line/message text
#set-window-option -g window-status-current-fg brightred #orange set -g message-bg black
#set-window-option -g window-status-current-bg default set -g message-fg yellow
#set-option -g pane-border-fg white #base2
#set-option -g pane-active-border-fg brightcyan #base1 # pane number display
#set-option -g message-bg white #base2 set -g display-panes-active-colour yellow
#set-option -g message-fg brightred #orange set -g display-panes-colour brightblue
#set-option -g display-panes-active-colour blue #blue
#set-option -g display-panes-colour brightred #orange # clock
#set-window-option -g clock-mode-colour green #green setw -g clock-mode-colour yellow
# --- end colors

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