Configure gruvbox color scheme

This commit is contained in:
c47 2024-04-28 18:38:04 +02:00
parent d0f7907aca
commit 21391bf085
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ

View file

@ -58,11 +58,16 @@ bind -T off F12 \
# TPM - tmux plugin manager
set -g @plugin 'tmux-plugins/tpm'
## srcery color scheme
set -g @plugin 'srcery-colors/srcery-tmux'
## {{{ srcery color scheme
#set -g @plugin 'srcery-colors/srcery-tmux'
set -g @srcery_tmux_patched_font '1'
run -b ~/.config/tmux/themes/srcery-tmux/srcery.tmux
# }}}
# {{{ gruvbox color scheme
set -g @plugin 'egel/tmux-gruvbox'
set -g @plugin-gruvbox 'dark'
# }}}
# Initialize TPM.. keep this line at the very bottom of this file