Skip to content

Commit

Permalink
Use white on dark gray for active window
Browse files Browse the repository at this point in the history
  • Loading branch information
camthompson committed Apr 7, 2013
1 parent a4174c0 commit 402670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux.conf
Expand Up @@ -66,7 +66,7 @@ set -g status-right-length 90
set -g status-left ' #h | #S:#I.#P' set -g status-left ' #h | #S:#I.#P'
set -g status-right '#(tmux_battery_life) | #(tmux_date) #(tmux_time) ' set -g status-right '#(tmux_battery_life) | #(tmux_date) #(tmux_time) '
set -g window-status-format "#I-#W" set -g window-status-format "#I-#W"
set -g window-status-current-format '#[fg=brightblack,bg=brightcyan] [#I-#W] ' set -g window-status-current-format '#[fg=white,bg=brightgreen] [#I-#W] '


# Copy and paste # Copy and paste
unbind '[' unbind '['
Expand Down

0 comments on commit 402670a

Please sign in to comment.