Let the terminal determine colors.

This commit is contained in:
Sebastian Bugge 2024-11-22 03:15:59 +01:00
parent eb2c20a395
commit 6744124caa
2 changed files with 2 additions and 10 deletions

View file

@ -45,9 +45,7 @@ set-option -g allow-rename off
### DESIGN CHANGES ###
######################
set -g @plugin 'tinted-theming/base16-tmux'
set -g @plugin 'thewtex/tmux-mem-cpu-load'
set -g @colors-base16 'dracula'
set -g status-interval 10
# loud or quiet?
@ -61,11 +59,12 @@ set -g bell-action none
setw -g mode-style 'bold'
# statusbar
set -g status-bg color236
set -g status-position bottom
set -g status-justify left
set -g status-style 'dim'
set -g status-left ' #S | '
set -g status-right '#[bg=color237] %a %b %d #[fg=color7]%H:%M #[fg=color82,bg=color236,bold] #H '
set -g status-right '#[bg=color237] %a %b %d #[fg=color7]%H:%M #[fg=color82,bold] #H '
set -g status-right-length 80
set -g status-left-length 20
@ -88,6 +87,3 @@ set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @continuum-restore 'on'
# If plugin installation does not work, run $TPM/bin/install_plugins
run '~/.tmux/plugins/tpm/tpm'