[tmux] Brighter Colours + more contract for tmux

This commit is contained in:
Sebastian Schulze 2016-03-30 08:42:44 +02:00
parent bc2e45d1bb
commit 55459e5381
1 changed files with 18 additions and 15 deletions

View File

@ -42,19 +42,22 @@ set -gw monitor-activity on
set -g visual-activity on
# Colours!
set -g pane-active-border-bg default
set-option -g status-bg colour037
set-option -g status-fg white
set-option -g status-attr default
set-option -g pane-border-fg colour8
set-option -g pane-active-border-fg colour200
set-option -g message-bg black
set-option -g message-fg brightred
set-option -g display-panes-active-colour blue
set-option -g display-panes-colour brightred
set-window-option -g pane-active-border-bg default
set-window-option -g window-status-fg colour251
set-window-option -g window-status-bg colour058
set-window-option -g window-status-current-fg colour196
set-window-option -g window-status-current-bg colour004
set-window-option -g window-status-current-format "#[fg=red]#[fg=white]#I#F$ #W#[fg=red]"
set -g status-bg '#151515'
set -g status-fg "#c3c3c3"
setw -g window-status-current-bg '#ee2e24'
setw -g window-status-current-fg '#ffffff'
setw -g window-status-activity-fg '#151515'
setw -g window-status-activity-bg '#ee2e24'
set -g pane-active-border-bg default
set -g pane-active-border-fg '#151515'
set -g pane-border-bg default
set -g pane-border-fg '#151515'
set -g clock-mode-colour "#8f9d6a"
set -g clock-mode-style 24
set -g message-bg "#ffd204"
set -g message-fg "#151515"
set -g message-command-bg "#8abeb7"
set -g message-command-fg "#000000"
set -g mode-bg "#8f9d6a"
set -g mode-fg "#ffffff"