Skip to content

Commit

Permalink
Merge pull request square#254 from SalvatoreT/salvatoret/fix-broken-t…
Browse files Browse the repository at this point in the history
…mux-styles

Fix broken tmux configurations
  • Loading branch information
Salvatore Testa authored Jun 4, 2019
2 parents de6c6d2 + 470e3f7 commit 9e1a9d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@ set-window-option -g display-panes-time 1500
set-option -g status-interval 1
set-option -g status-left ''
set-option -g status-right '%l:%M%p'
set-window-option -g window-status-current-fg magenta
set-option -g status-fg default
set-window-option -g window-status-current-style fg=magenta
set-option -g status-style fg=default

# Status Bar solarized-dark (default)
set-option -g status-bg black
set-option -g pane-active-border-fg black
set-option -g pane-border-fg black
set-option -g status-style bg=black
set-option -g pane-active-border-style fg=black
set-option -g pane-border-style fg=black

# Status Bar solarized-light
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g status-bg white"
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g pane-active-border-fg white"
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g pane-border-fg white"
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g status-style bg=white"
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g pane-active-border-style fg=white"
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g pane-border-style fg=white"

# Set window notifications
setw -g monitor-activity on
Expand Down

0 comments on commit 9e1a9d4

Please sign in to comment.