Skip to content

Commit

Permalink
Update tmux status line colors and config
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj committed Aug 31, 2018
1 parent e640d0c commit ee93d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions themes/mytheme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand All @@ -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" \
Expand Down
6 changes: 3 additions & 3 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ee93d7b

Please sign in to comment.