Compare commits

...

3 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -319,9 +319,9 @@ assign [class="^Wine$"] $workspace10
################################################################################
# class border backgr. text indicator
client.focused #272822 #e5b567 #000000 #FF0000
client.focused #e5b567 #e5b567 #000000 #FF0000
client.focused_inactive #272822 #5f676a #ffffff #484e50
client.unfocused #272822 #272822 #cccccc #292d2e
client.unfocused #1C1C1C #272822 #cccccc #292d2e
client.urgent #272822 #900000 #ffffff #900000
################################################################################

View File

@@ -59,7 +59,7 @@ set-window-option -g window-status-current-style "bg=#e5b567,fg=black"
set-window-option -g monitor-activity on
set-window-option -g visual-activity off
set-window-option -g window-status-activity-style "fg=red"
set-window-option -g window-status-activity-style "bg=#ff77777,fg=black"
set-window-option -g automatic-rename on
set-window-option -g automatic-rename-format '#{pane_current_command}'