added a new theme for tmux

This commit is contained in:
aminnairi
2024-01-01 14:03:08 +01:00
parent 6e31c26b9d
commit f80d604dcc
+2 -1
View File
@@ -72,7 +72,8 @@ set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'tmux-plugins/tmux-sessionist'
# Setting the theme to use with Tmux Themepack # Setting the theme to use with Tmux Themepack
set -g @themepack 'powerline/block/cyan' # set -g @themepack 'powerline/block/cyan'
set -g @plugin "janoamaral/tokyo-night-tmux"
# Run the Tmux plugin manager # Run the Tmux plugin manager
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'