aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-12-20 18:38:21 +0200
committersrdusr <trevorgray@srdusr.com>2022-12-20 18:38:21 +0200
commit07ba8bb607bbb20e0efe132d479c9edc13c60ced (patch)
treeac8971efc0e417aab81290ce6cbc2932c3813ebf /.config/tmux/tmux.conf
parent88ccdc86a54c4b61d453db92ffd294e4564c2db5 (diff)
downloaddotfiles-07ba8bb607bbb20e0efe132d479c9edc13c60ced.tar.gz
dotfiles-07ba8bb607bbb20e0efe132d479c9edc13c60ced.zip
Changed colors for status to green foreground and black background
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf14
1 files changed, 11 insertions, 3 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index efdb203..dda0ef7 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -235,7 +235,9 @@ set -g status on
set -g status-interval 1
-set -g status-style fg=black,bg=gray
+set -g status-style fg=#50fa7b,bg=black
+#set -g status-style fg=DeepSkyBlue1,bg=black
+#set -g status-style fg=black,bg=gray
#set -g status-left-style default
# Display the session name
@@ -244,10 +246,14 @@ set -g status-style fg=black,bg=gray
## Left
set -g status-left ''
set -g status-left-length 60
-set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )"
+set -g status-left "#[fg=#50fa7b] ❐ #S #( ~/.config/tmux/left-status.sh )"
+#set -g status-left "#[fg=DeepSkyBlue1] ❐ #S #( ~/.config/tmux/left-status.sh )"
+#set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )"
# Highlight the current window.
-setw -g window-status-current-style fg=color235,bg=silver,bright
+setw -g window-status-current-style fg=#50fa7b,bg=black,bright
+#setw -g window-status-current-style fg=DeepSkyBlue1,bg=black,bright
+#setw -g window-status-current-style fg=color235,bg=silver,bright
set -g window-status-current-format ' #I:#W '
#set -g status-format[0] '#[align=left] ❐ #S #( ~/.config/tmux/left-status.sh )#[align=absolute-centre]#[list=on] #I #W #[nolist]#[align=right] %H:%M %d-%m-%Y #H '
set -g status-justify absolute-centre
@@ -258,6 +264,8 @@ set -g status-right-length 60
#set -g status-right-length 140
#set -g status-right-style default
#set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H "
+set -ag status-right "#[fg=#50fa7b] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H "
+#set -ag status-right "#[fg=DeepSkyBlue1] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H "
set -ag status-right "#[fg=black] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H "
# list of plugins