about summary refs log tree commit diff
path: root/configs/shared/tmux/.tmux.conf
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-21T14·56+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-21T14·56+0000
commit8a9cb25fe3ece12d86d7053e6c67242b2bc6ef30 (patch)
treeb2b1c0e1b8ef98631de010d202f63bee8881813e /configs/shared/tmux/.tmux.conf
parent12ba60eb1328cff4f5983a99266ebbd4b94f0099 (diff)
Support One Dark in Tmux
Tmux themes should stay in sync with wallpaper, Vim, Emacs, Chrome, etc.
Diffstat (limited to 'configs/shared/tmux/.tmux.conf')
-rw-r--r--configs/shared/tmux/.tmux.conf2
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'
 
 
 ################################################################################