Skip to content

Commit

Permalink
Use set colors
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed Feb 6, 2021
1 parent 7bef47a commit 140cebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setw -g aggressive-resize on
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
set -g default-terminal "xterm-kitty"
set -g message-style bg="black",fg="yellow"
set -g message-style bg="colour0",fg="colour3"
set -g pane-active-border-style fg="colour237"
set -g pane-border-style fg="colour237"
set -g status-position "top"
Expand Down

0 comments on commit 140cebc

Please sign in to comment.