summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-01-17 23:26:07 +0530
committerlistout <listout@protonmail.com>2022-01-17 23:26:07 +0530
commit1a2a97be4ff7bf711fea4cd9235f65718950a48b (patch)
tree70abb51a2eb5a64ea7304f427945755e2e844a76 /.tmux.conf
parentc772102eb40ae27ff04ba0cdcd8c515f89789cf9 (diff)
border colors matches color scheme
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 04af44f..1c179ed 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -66,6 +66,6 @@ bind -r K resize-pane -U 5
bind -r L resize-pane -R 5
# styling
-set -g status-style "fg=#dedede bg=#121212"
-set -g pane-active-border-style "fg=#ffffff"
-set -g pane-border-style "fg=#ffffff"
+set -g status-style "fg=#e6e6f1 bg=#1a1a24"
+set -g pane-active-border-style "fg=#e6e6f1"
+set -g pane-border-style "fg=#e6e6f1"