diff options
Diffstat (limited to 'configs/shared/tmux/.tmux.conf')
-rw-r--r-- | configs/shared/tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/tmux/.tmux.conf b/configs/shared/tmux/.tmux.conf index 9c2124885c02..6dc3ec0f686c 100644 --- a/configs/shared/tmux/.tmux.conf +++ b/configs/shared/tmux/.tmux.conf @@ -16,7 +16,7 @@ set -g @plugin 'dalejung/tmux-select-pane-no-wrap' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @copycat_next 'p' set -g @copycat_prev 'n' -set -g @plugin 'arcticicestudio/nord-tmux' +set -g @plugin 'odedlaz/tmux-onedark-theme' ################################################################################ |