[tmux] improve status line colors
This commit is contained in:
parent
79c8dd2f26
commit
d21989d8f4
1 changed files with 6 additions and 6 deletions
12
tmux.conf
12
tmux.conf
|
@ -46,18 +46,18 @@ set -g status-right '%Y-%m-%d %a %H:%M' # date, weekday, time
|
||||||
# Colors
|
# Colors
|
||||||
#
|
#
|
||||||
# statusbar colors
|
# statusbar colors
|
||||||
set -g status-fg colour4 # Blue
|
set -g status-fg colour12 # Base0
|
||||||
set -g status-bg colour0 # Base02
|
set -g status-bg colour0 # Base02
|
||||||
|
|
||||||
# window title colors
|
# window title colors
|
||||||
setw -g window-status-fg colour12 # Base0
|
setw -g window-status-fg colour12 # Base0
|
||||||
setw -g window-status-bg default
|
setw -g window-status-bg default # none
|
||||||
setw -g window-status-current-fg colour15 # Base3
|
setw -g window-status-current-fg colour8 # Base03
|
||||||
setw -g window-status-current-bg default
|
setw -g window-status-current-bg colour12 # Base0
|
||||||
|
|
||||||
# pane border
|
# pane border
|
||||||
set -g pane-border-fg colour0 # Base02
|
set -g pane-border-fg colour6 # Cyan
|
||||||
set -g pane-active-border-fg colour9 # Orange
|
set -g pane-active-border-fg colour1 # Red
|
||||||
|
|
||||||
# Apply platform specific configurations:
|
# Apply platform specific configurations:
|
||||||
# See http://www.economyofeffort.com/2013/07/29/reattach-to-user-namespace-the-fix-for-your-tmux-in-os-x-woes/
|
# See http://www.economyofeffort.com/2013/07/29/reattach-to-user-namespace-the-fix-for-your-tmux-in-os-x-woes/
|
||||||
|
|
Loading…
Add table
Reference in a new issue