Update kitty and tmux to swap cyan and magenta.

This commit is contained in:
Michael Welford 2018-02-10 21:42:05 +10:30
parent 22292513d8
commit 7448039378
2 changed files with 5 additions and 5 deletions

View File

@ -39,12 +39,12 @@ color4 #70768c
color12 #8f97b3
# magenta
color5 #babcd6
color13 #d4d6f4
color5 #e68900
color13 #ff9800
# cyan
color6 #e68900
color14 #ff9800
color6 #babcd6
color14 #d4d6f4
# white
color7 #a3a3a6

View File

@ -23,7 +23,7 @@ setw -g window-status-activity-fg "colour208"
setw -g window-status-separator ""
setw -g window-status-bg "#363638"
setw -g window-status-format "#[fg=#a3a3a6,bg=#363638] #I:#W "
setw -g window-status-current-format "#[fg=black,bg=brightcyan] #I:#W "
setw -g window-status-current-format "#[fg=black,bg=brightmagenta] #I:#W "
set -g status-left-attr "none"
set -g status-left-length "100"