-
Notifications
You must be signed in to change notification settings - Fork 1
/
tmux-modus-operandi.conf
42 lines (30 loc) · 1.36 KB
/
tmux-modus-operandi.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Modus Themes for Tmux
# Auto generated with https://github.com/miikanissi/modus-themes.nvim/blob/master/lua/modus-themes/extras/tmux.lua
# statusline
set-option -g status-position "bottom"
set -g status-style bg="#ffffff",fg="#000000"
# default window title colors
setw -g window-status-format " #I:#W "
setw -g window-status-style bg="#e9e9e9",fg="#404148"
setw -g window-status-current-format " #I:#W "
setw -g window-status-current-style bg="#c8c8c8",fg="#0a0a0a"
# bell alerted window color
setw -g window-status-bell-style bg=red,fg=white,bright
# content alerted color
setw -g window-status-activity-style bg=blue,fg=white,bright
# pane borders
set -g pane-border-style bg=default,fg="#000000"
set -g pane-active-border-style bg=default,fg="#9f9f9f"
# command line
set -g message-style bg=default,fg=default,bright
set -g mode-style bg="#a0132f",fg="#9f9f9f",bright
set -g window-status-separator ""
# window backgrounds
set -g window-style bg="#f2f2f2"
set -g window-active-style bg="#ffffff"
set -g @prefix_highlight_show_copy_mode 'on'
set -g @prefix_highlight_fg "#d9d9d9,bold"
set -g @prefix_highlight_bg '#c30771'
set -g @prefix_highlight_copy_mode_attr 'fg="#d9d9d9",bold,bg="#c30771"'
set -g status-left '#{?window_zoomed_flag,#[fg=#d9d9d9]#[bg=#c30771] #S ,#[bg=#b5d6fd]#[fg=#008ec4] #S }'
set -g status-right '#{prefix_highlight} #[bg=#e9e9e9]#[fg=#404148] #(date) '