diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-21T14·56+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-21T14·56+0000 |
commit | 8a9cb25fe3ece12d86d7053e6c67242b2bc6ef30 (patch) | |
tree | b2b1c0e1b8ef98631de010d202f63bee8881813e /configs/shared/tmux/.tmux.conf | |
parent | 12ba60eb1328cff4f5983a99266ebbd4b94f0099 (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.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' ################################################################################ |