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 /context.json | |
parent | fe6a59ea558971a2c3e532e922b4fc4232bc1719 (diff) | |
download | dotfiles-058b3be4feb7eda3810172537039c48ac36441a5.tar.gz dotfiles-058b3be4feb7eda3810172537039c48ac36441a5.zip |
Fix theming stuff
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/context.json b/context.json index 15f48f3..5effa4f 100644 --- a/context.json +++ b/context.json @@ -62,6 +62,12 @@ } }, "theme": { + "tmux": { + "plugin": { + "line": "set -g @plugin 'egel/tmux-gruvbox'", + "conf": "set -g @tmux-gruvbox 'dark'" + } + }, "nvim": { "lualine_theme": "gruvbox", "light_colorscheme": "gruvbox", |