Let the terminal determine colors.
This commit is contained in:
parent
eb2c20a395
commit
6744124caa
2 changed files with 2 additions and 10 deletions
|
@ -45,9 +45,7 @@ set-option -g allow-rename off
|
||||||
### DESIGN CHANGES ###
|
### DESIGN CHANGES ###
|
||||||
######################
|
######################
|
||||||
|
|
||||||
set -g @plugin 'tinted-theming/base16-tmux'
|
|
||||||
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
||||||
set -g @colors-base16 'dracula'
|
|
||||||
set -g status-interval 10
|
set -g status-interval 10
|
||||||
|
|
||||||
# loud or quiet?
|
# loud or quiet?
|
||||||
|
@ -61,11 +59,12 @@ set -g bell-action none
|
||||||
setw -g mode-style 'bold'
|
setw -g mode-style 'bold'
|
||||||
|
|
||||||
# statusbar
|
# statusbar
|
||||||
|
set -g status-bg color236
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style 'dim'
|
set -g status-style 'dim'
|
||||||
set -g status-left ' #S | '
|
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-right-length 80
|
||||||
set -g status-left-length 20
|
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 @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
# If plugin installation does not work, run $TPM/bin/install_plugins
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
|
||||||
|
|
4
.zshrc
4
.zshrc
|
@ -24,11 +24,7 @@ zplug "zsh-users/zsh-syntax-highlighting", defer:3, on:"zsh-users/zsh-syntax-hig
|
||||||
# Plugins from oh my zsh
|
# Plugins from oh my zsh
|
||||||
zplug "plugins/git", from:oh-my-zsh
|
zplug "plugins/git", from:oh-my-zsh
|
||||||
zplug "plugins/command-not-found", 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
|
zplug load
|
||||||
base16_gruvbox-dark-hard
|
|
||||||
|
|
||||||
if dig google.com +timeout=1 >/dev/null 2>&1; then;
|
if dig google.com +timeout=1 >/dev/null 2>&1; then;
|
||||||
HAS_NETWORK=1
|
HAS_NETWORK=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue