From be5c0939a5f08fa361cb01fddb140a74b8da4243 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Thu, 14 Apr 2022 21:19:08 -0400 Subject: [PATCH] use gruvbox for tmux --- alacritty/.config/alacritty/alacritty.yml | 2 +- tmux/.tmux.conf | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 49b2bc5..30d502f 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -27,7 +27,7 @@ colors: foreground: '0xdfbf8e' normal: - black: '0x665c54' + black: '0x393939' # Mainly to accomodate for the status bar color of tmux-gruvbox red: '0xea6962' green: '0xa9b665' yellow: '0xe78a4e' diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e74ce32..426637c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -16,6 +16,9 @@ bind % split-window -h -c "#{pane_current_path}" # Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first set -g @plugin 'tmux-plugins/tpm' # Theme -set -g @plugin "arcticicestudio/nord-tmux" +set -g @plugin 'egel/tmux-gruvbox' +set -g @tmux-gruvbox 'dark' +#set -g @plugin 'jimeh/tmux-themepack' +#set -g @themepack 'powerline/double/magenta' # Load Tmux Plugin Manager (keep this at the end) run '~/.tmux/plugins/tpm/tpm'