diff options
Diffstat (limited to 'dots/tmux')
-rw-r--r-- | dots/tmux/.config/tmux/tmux.conf.j2 (renamed from dots/tmux/.config/tmux/tmux.conf) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dots/tmux/.config/tmux/tmux.conf b/dots/tmux/.config/tmux/tmux.conf.j2 index 7a1fab5..0794694 100644 --- a/dots/tmux/.config/tmux/tmux.conf +++ b/dots/tmux/.config/tmux/tmux.conf.j2 @@ -21,8 +21,8 @@ set -g @plugin 'tmux-plugins/tmux-sensible' #-- </plugins> -- #-- <theme> -- -set -g @plugin 'egel/tmux-gruvbox' -set -g @tmux-gruvbox 'dark' +{{ theme.tmux.plugin.line }} +{{ theme.tmux.plugin.conf }} #-- </theme> -- #-- <tpm> -- |