summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2021-03-23 23:57:02 +0000
committerTyler Davis <tydavis@gmail.com>2021-03-23 23:57:02 +0000
commit41612c1dcf79048ca3050cebe733cedbdbfca167 (patch)
treef82896c84caba2a6ca5a787b980bc0b0ef18652c /.tmux.conf
parentbdbcb14eb402f8ccb2791636ba0d2a673f248901 (diff)
downloaddotfiles-41612c1dcf79048ca3050cebe733cedbdbfca167.tar.gz
dotfiles-41612c1dcf79048ca3050cebe733cedbdbfca167.zip
Solarized (light) theme change
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index a2bd3e3..d720bf0 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -3,7 +3,8 @@ set -sg escape-time 10
# Defaults
set -g default-terminal "xterm-256color"
-set -ga terminal-overrides ",xterm-termite:Tc"
+#set -ga terminal-overrides ",xterm-termite:Tc"
+set -ga terminal-overrides ",xterm-256color:Tc"
set -g base-index 1
setw -g pane-base-index 1