Skip to content

Commit

Permalink
handle tmux 'no option:window-status-bell-style' See seebi/tmux-color…
Browse files Browse the repository at this point in the history
  • Loading branch information
brycecarman authored and Bryce Carman committed Jan 6, 2017
1 parent 5047681 commit a0a0a28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ set-option -g display-panes-colour colour166 #orange
set-window-option -g clock-mode-colour colour64 #green

# bell
set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red
#set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red
set-window-option -g window-status-bell-bg colour160
set-window-option -g window-status-bell-fg colour235
#### END COLOUR (Solarized 256)

0 comments on commit a0a0a28

Please sign in to comment.