Skip to content

Commit

Permalink
Make the tmux status line darker for contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Oct 22, 2023
1 parent bfcf35a commit 413e10e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ set -g status-left '#[fg=green,bold]#S#[fg=blue,nobold] #[fg=colour07,bold]| #[d
set -g status-right '#[fg=colour04,bold] %a %b %d #[fg=colour21,bold]%H:%M %Z'

# Color status bar
set -g status-bg colour18
set -g status-bg "#282D38"
set -g status-fg white

# Courtesy of @bswinnerton
# https://github.com/bswinnerton/dotfiles/blob/a8d268f861811a6168afaaaf03d2ef8b5cdb34e8/tmux/tmux.conf.symlink#L58-L66

setw -g window-status-current-style fg=colour220,bg=colour08,bold
setw -g window-status-current-style fg=colour220,bg=colour8,bold
setw -g window-status-current-format ' #I#[fg=colour250] #[fg=colour252]#W '

setw -g window-status-style fg=colour11,bg=colour18,none
setw -g window-status-style fg=colour11,none
setw -g window-status-format ' #I#[fg=colour237] #[fg=colour250]#W '

# List of plugins
Expand Down

0 comments on commit 413e10e

Please sign in to comment.