aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.theme.conf
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-07-28 00:30:19 +0200
committerBond_009 <bond.009@outlook.com>2021-07-28 00:30:19 +0200
commitd993bc6958517deaf98d893a81e157fae34ded12 (patch)
tree364747286d0fb221616a9ade284ccc96e66d1c52 /tmux/.tmux.theme.conf
First
Diffstat (limited to 'tmux/.tmux.theme.conf')
-rw-r--r--tmux/.tmux.theme.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/tmux/.tmux.theme.conf b/tmux/.tmux.theme.conf
new file mode 100644
index 0000000..1e42f34
--- /dev/null
+++ b/tmux/.tmux.theme.conf
@@ -0,0 +1,19 @@
+set -g status-justify "left"
+set -g status "on"
+set -g status-left-style "none"
+set -g message-command-style "fg=colour15,bg=colour236"
+set -g status-right-style "none"
+set -g pane-active-border-style "fg=colour32"
+set -g status-style "none,bg=default"
+set -g message-style "fg=colour15,bg=colour236"
+set -g pane-border-style "fg=colour236"
+set -g status-right-length "100"
+set -g status-left-length "100"
+setw -g window-status-activity-style "none"
+setw -g window-status-separator ""
+setw -g window-status-style "none,fg=colour15,bg=default"
+set -g status-left "#[fg=colour235,bg=blue,none] #S #[fg=blue,bg=default,none] "
+set -g status-right "#[fg=colour235,bg=default,nobold,nounderscore,noitalics]#[fg=colour15,bg=colour235] %d-%m-%Y  %H:%M #[fg=blue,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour15,bg=colour32] #h "
+setw -g window-status-format "#[fg=colour15,bg=default,none] #I #[fg=colour15,bg=default] #W "
+setw -g window-status-current-format "#[fg=colour235,bg=colour32,none] #I #[fg=colour235,bg=colour32,none] #W "
+