Skip to content

Commit

Permalink
add colors for status bell
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Blaszczyk committed Aug 28, 2015
1 parent cc71055 commit 60d096d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmuxcolors-256.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ set-option -g display-panes-colour colour166 #orange

# clock
set-window-option -g clock-mode-colour colour64 #green

# bell
set-window-option -g window-status-bell-style fg=colour235,bg=160 #base02, red
3 changes: 3 additions & 0 deletions tmuxcolors-dark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ set-option -g display-panes-colour brightred #orange

# clock
set-window-option -g clock-mode-colour green #green

# bell
set-window-option -g window-status-bell-style fg=black,bg=red #base02, red
3 changes: 3 additions & 0 deletions tmuxcolors-light.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ set-option -g display-panes-colour brightred #orange

# clock
set-window-option -g clock-mode-colour green #green

# bell
set-window-option -g window-status-bell-style fg=white,bg=red #base2, red

0 comments on commit 60d096d

Please sign in to comment.