From 6744124caa7b00bfd1e286b9bf07238c2c140830 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Fri, 22 Nov 2024 03:15:59 +0100 Subject: [PATCH] Let the terminal determine colors. --- .tmux.conf | 8 ++------ .zshrc | 4 ---- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 380c9dd..2e41fd7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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' diff --git a/.zshrc b/.zshrc index 4c2c864..3692aed 100644 --- a/.zshrc +++ b/.zshrc @@ -24,11 +24,7 @@ zplug "zsh-users/zsh-syntax-highlighting", defer:3, on:"zsh-users/zsh-syntax-hig # Plugins from oh my zsh zplug "plugins/git", from:oh-my-zsh zplug "plugins/command-not-found", from:oh-my-zsh - -# Base16 (This should be the last plugin) -zplug "chriskempson/base16-shell", from:github zplug load -base16_gruvbox-dark-hard if dig google.com +timeout=1 >/dev/null 2>&1; then; HAS_NETWORK=1