diff options
author | Hunt <lizhunt@amazon.com> | 2025-06-07 17:33:01 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-06-07 17:41:41 -0700 |
commit | 058b3be4feb7eda3810172537039c48ac36441a5 (patch) | |
tree | 7ec47d4431260b3da65516212d43a8da05a94cda /dots/tmux | |
parent | fe6a59ea558971a2c3e532e922b4fc4232bc1719 (diff) | |
download | dotfiles-058b3be4feb7eda3810172537039c48ac36441a5.tar.gz dotfiles-058b3be4feb7eda3810172537039c48ac36441a5.zip |
Fix theming stuff
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> -- |