From 8a9cb25fe3ece12d86d7053e6c67242b2bc6ef30 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 21 Mar 2019 14:56:53 +0000 Subject: [PATCH] Support One Dark in Tmux Tmux themes should stay in sync with wallpaper, Vim, Emacs, Chrome, etc. --- configs/shared/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shared/tmux/.tmux.conf b/configs/shared/tmux/.tmux.conf index 9c2124885..6dc3ec0f6 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' ################################################################################