summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorEnricoGuccii <partyka.003@proton.me>2026-04-11 17:25:32 +0200
committerEnricoGuccii <partyka.003@proton.me>2026-04-11 17:25:32 +0200
commit25a8d99b0ab3b9f928e3b799c10d1a8ced81d7eb (patch)
tree2ee4d6a6dba052c0f5e9e01b70422903538d1ad0 /.tmux.conf
parent12bf00fe9fdeacfc77c62d006b4f4231d258daf0 (diff)
takmain
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/.tmux.conf b/.tmux.conf
index a787967..d78127e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -40,10 +40,10 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'jaclu/tmux-menus'
-set -g status-style bg="#121212",fg="#888888"
+set -g status-style bg="#151515",fg="#888888"
set -g status-justify left
-set -g status-left "#[fg=#1e1e2e,bg=#c9de95,bold] #S #[fg=#c9de95,bg=#121212,nobold] "
+set -g status-left "#[fg=#1e1e2e,bg=#c9de95,bold] #S #[fg=#c9de95,bg=#151515,nobold] "
set -g status-left-length 20
set -g status-right ""
@@ -54,9 +54,9 @@ setw -g window-status-current-format "#[fg=#c9de95,bg=#333333,bold] #I:#W "
set -g pane-border-style fg="#333333"
set -g pane-active-border-style fg="#c9de95"
-set -g message-style bg="#c9de95",fg="#121212",bold
-set -g mode-style bg="#c9de95",fg="#121212",bold
+set -g message-style bg="#c9de95",fg="#151515",bold
+set -g mode-style bg="#c9de95",fg="#151515",bold
-# set -g menu-selection-style bg="#c9de95",fg="#121212"
+set -g menu-selection-style bg="#c9de95",fg="#151515"
run '~/.tmux/plugins/tpm/tpm'