fix terminal colors
This commit is contained in:
parent
b86c0ba27d
commit
71215631c7
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
|
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||||
|
|
||||||
set -g @catppuccin_flavor 'mocha'
|
set -g @catppuccin_flavor 'mocha'
|
||||||
|
|
||||||
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
|
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
|
||||||
|
|
||||||
|
|
||||||
# Make the status line more pleasant.
|
# Make the status line more pleasant.
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-right '#[fg=#{@thm_crust},bg=#{@thm_teal}] session: #S '
|
set -g status-right '#[fg=#{@thm_crust},bg=#{@thm_teal}] session: #S '
|
||||||
|
|
Loading…
Reference in a new issue