updated the theme for tmux

This commit is contained in:
aminnairi
2023-07-27 11:08:09 +02:00
parent 337f2c8e11
commit 14079beb6f
+2 -5
View File
@@ -46,15 +46,12 @@ bind c new-window -c "#{pane_current_path}"
# Longer workspace names
set -g status-left-length 20
# fix for tokyo-night theme
set -g status-bg "#ffffff"
# List of TPM plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin "janoamaral/tokyo-night-tmux"
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'hoshiya4522/tokyo-night-tmux'
# Initialize TPM
run '~/.tmux/plugins/tpm/tpm'