From 0c6cb27bae3d4273b4130c6617d72d1c7135990e Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sat, 3 Dec 2022 00:57:31 +0100 Subject: [PATCH] Update '.tmux.theme' --- .tmux.theme | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.tmux.theme b/.tmux.theme index 665aec9..c6f9c89 100644 --- a/.tmux.theme +++ b/.tmux.theme @@ -1,5 +1,13 @@ # tmux theme +################### +# Color +################### +set -g default-terminal "screen-256color" + +################### +# Left Side +################### set -g status-left-length 30 set -g status-left "#{?client_prefix,#[fg=colour10#,bg=colour0#,bold],#[fg=colour233#,bg=colour10#,bold]} #S #{?client_prefix,#[fg=colour0#,bg=colour243#,nobold],#[fg=colour10#,bg=colour243#,nobold]}#[fg=colour233,bg=colour243,bold] #(whoami) #{?client_prefix, #[bg=colour10#,fg=colour243],#[fg=colour243#,bg=colour0]}#{?client_prefix,#[fg=colour233#,bg=colour10],#[fg=colour10#,bg=colour0#,bold]} #I:#P #{?client_prefix,#[fg=colour10#,bg=colour8],#[fg=colour0#,bg=colour8#,nobold]}"