Skip to content

Commit

Permalink
better tmux colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Oct 30, 2019
1 parent 9e40fac commit 872eac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ setw -g window-status-current-format '║ #I:#W#F ║'
# setw -g window-status-bell-style 'fg=colour255 bg=colour1 bold'
setw -g pane-border-status off
setw -g pane-border-format "┤ #P#{?pane_active,*, } ├"
# setw -g pane-border-style "fg=colour238"
# setw -g pane-active-border-style "fg=colour229"
setw -g pane-border-style "fg=colour4"
setw -g pane-active-border-style "fg=colour5"

# set -g message-style 'fg=colour229 bg=colour0'

0 comments on commit 872eac6

Please sign in to comment.