summaryrefslogtreecommitdiffstatshomepage
path: root/tmux
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-12-31 15:08:24 -0600
committerToby Vincent <tobyv13@gmail.com>2022-12-31 15:08:24 -0600
commit1c9194f37c475b6fb563497abc07875e3604e233 (patch)
tree47088d742dde66ee046bc41cccd013caa5e7db6e /tmux
parent4b86d12177f5dbbf2e6541f79d5d94bfb1541ffd (diff)
fix(sh,fzf,tmux): improve shell theming
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.config/tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 3d4e728..4b2b077 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -40,7 +40,7 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-pain-control'
-set -g @plugin 'lawabidingcactus/tmux-gruvbox-truecolor'
+set -g @plugin 'tinted-theming/base16-tmux'
if "test ! -d $XDG_CONFIG_HOME/tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm $XDG_CONFIG_HOME/tmux/plugins/tpm && $XDG_CONFIG_HOME/tmux/plugins/tpm/bin/install_plugins'"