Skip to content

Commit

Permalink
tmux update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mnewt committed Mar 25, 2015
1 parent 6d589d1 commit 7f6f9c7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tmux.conf
Expand Up @@ -46,8 +46,10 @@ setw -g alternate-screen on
set -s escape-time 50

# highlight the active pane
set-option -g pane-border-fg cyan # base02
set-option -g pane-active-border-fg cyan # base01
set-option -g pane-border-bg colour238
set-option -g pane-border-fg cyan
set-option -g pane-active-border-bg colour237
set-option -g pane-active-border-fg cyan


#--Status-Bar-------------------------------------------------------------------
Expand Down Expand Up @@ -76,8 +78,8 @@ set-window-option -g window-status-current-fg black
set-window-option -g window-status-current-format '[#I:#W#F]'

# Alerted window in status bar. Windows which have an alert (bell, activity or content).
set-window-option -g window-status-alert-fg red
set-window-option -g window-status-alert-bg white
# set-window-option -g window-status-alert-fg red
# set-window-option -g window-status-alert-bg white

# Right side of status bar
set -g status-right "#[fg=yellow]S#S P#P#[fg=colour246] for #[fg=colour219]#(whoami)#[fg=colour246] at #[fg=colour157]#h"
Expand Down

0 comments on commit 7f6f9c7

Please sign in to comment.