diff --git a/themes/mytheme.sh b/themes/mytheme.sh index fd4afb77..7b0e1f27 100644 --- a/themes/mytheme.sh +++ b/themes/mytheme.sh @@ -27,7 +27,7 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then #"ifstat_sys 30 255" \ # "lan_ip 24 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_THIN}" \ # "wan_ip 24 255" \ - "vcs_branch 29 88" \ + "vcs_branch 29 235" \ "vcs_compare 60 255" \ "vcs_staged 64 255" \ "vcs_modified 9 255" \ @@ -41,7 +41,7 @@ if [ -z $TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS ]; then # "pwd 89 211" \ #"macos_notification_count 29 255" \ # "mailcount 9 255" \ - "now_playing 234 37" \ + "now_playing 235 37" \ #"cpu 240 136" \ # "load 237 167" \ #"tmux_mem_cpu_load 234 136" \ diff --git a/tmux.conf b/tmux.conf index d74d91c5..2d8f438b 100755 --- a/tmux.conf +++ b/tmux.conf @@ -81,13 +81,13 @@ set -g history-limit 10000 # More sane history limit set -g renumber-windows on # Automatically renumber windows set -g set-titles on # Report terminal title set -g set-titles-string "#S - #W" # Terminal title format -set -g window-status-current-format "#[fg=colour235, bg=colour27]⮀#[fg=colour255, bg=colour27] #I ⮁ #W #[fg=colour27, bg=colour235]⮀" +set -g window-status-current-format "#[fg=colour235, bg=colour27]⮀#[fg=colour235, bg=colour27] #I ⮁ #W #[fg=colour27, bg=colour235]⮀" set -g window-status-format " #I ⮁ #W" # Status bar set -g status on set -g status-interval 2 # Update often for status -set -g status-justify center +set -g status-justify "centre" set -g status-left "#(~/code/source/tmux-powerline/powerline.sh left)" set -g status-left-length 90 set -g status-position bottom # Show on bottom @@ -100,7 +100,7 @@ set -g message-fg colour1 # Red highlight on message set -g pane-border-fg colour3 # Yellow borders set -g pane-active-border-fg colour3 # Yellow borders -set -g status-bg colour0 # Default bg +set -g status-bg colour235 set -g status-fg colour8 # Gray unselected windows set -g window-status-current-fg colour5 # Purple selected windows set -g window-status-bell-style fg=colour1 # Red on bell