Skip to content

Commit 359d90f

Browse files
committed
Merge pull request #12 from r8b7xy/master
add colors for status bell
2 parents cc71055 + 60d096d commit 359d90f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tmuxcolors-256.conf

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ set-option -g display-panes-colour colour166 #orange
2929

3030
# clock
3131
set-window-option -g clock-mode-colour colour64 #green
32+
33+
# bell
34+
set-window-option -g window-status-bell-style fg=colour235,bg=160 #base02, red

tmuxcolors-dark.conf

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ set-option -g display-panes-colour brightred #orange
2929

3030
# clock
3131
set-window-option -g clock-mode-colour green #green
32+
33+
# bell
34+
set-window-option -g window-status-bell-style fg=black,bg=red #base02, red

tmuxcolors-light.conf

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ set-option -g display-panes-colour brightred #orange
2929

3030
# clock
3131
set-window-option -g clock-mode-colour green #green
32+
33+
# bell
34+
set-window-option -g window-status-bell-style fg=white,bg=red #base2, red

0 commit comments

Comments
 (0)