summaryrefslogtreecommitdiff
path: root/src/.tmux/themes/red.theme
blob: 16e9c30f2647d15e6f008cecce636c99bec09d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Red Theme (Black on Bright Red)
set -g status-bg "#ff5555"
set -g status-fg "#000000"

set -g status-left "#[bold]#[fg=#000000,bg=#ff5555] #S #[default]"
set -g status-right "#[bold]#[fg=#000000,bg=#ff5555] %H:%M | %d %b %Y | #H #[default]"

setw -g window-status-format "#[fg=#000000,bg=#ff5555] #I:#W #[default]"
setw -g window-status-current-format "#[fg=#ff5555,bg=#000000] #I:#W #[default]"
setw -g window-status-style fg="#000000",bg="#ff5555"
setw -g window-status-current-style fg="#ff5555",bg="#000000"

set -g pane-border-style fg="#ff5555"
set -g pane-active-border-style fg="#000000"
set -g message-style bg="#ff5555",fg="#000000"