diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-08-17 08:17:48 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-08-17 08:17:48 -0700 |
commit | 14251bbeee3802691293e4d376288b8468879dde (patch) | |
tree | c6127ef6e80280b825de748fe6d819be3f8b90fe | |
parent | [bash] set the TERM to xterm-256color (diff) | |
download | emacs.d-14251bbeee3802691293e4d376288b8468879dde.tar.gz |
[tmux] remove custom colors
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.conf b/tmux.conf index bfbd908..ee3087b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,6 +8,3 @@ bind | split-window -h bind - split-window -v set -gw mode-keys emacs - -set -g status-bg white -set -g status-fg black |