theme
This commit is contained in:
parent
11dda0e72d
commit
f2b2f8f6a3
|
@ -42,11 +42,17 @@ set-option -sg escape-time 10
|
|||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager
|
||||
|
||||
# Things to plugin
|
||||
set -g @plugin 'jimeh/tmux-themepack'
|
||||
set -g @themepack 'powerline/default/yellow'
|
||||
# # Things to plugin
|
||||
# set -g @plugin 'jimeh/tmux-themepack'
|
||||
# set -g @themepack 'powerline/default/yellow'
|
||||
|
||||
# source ~/.config/tmux/statusline.conf
|
||||
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @tmux-gruvbox 'dark' # or 'light'
|
||||
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
# initializes tmux plugin manager - keep this at the bottom
|
||||
# run '~/.config/tmux/plugins/tpm/tpm'
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Reference in New Issue