summaryrefslogtreecommitdiff
path: root/src/.tmux/themes/cyan.theme
blob: d4ec68507425e396b0b266cb435b5ceae75bce6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Cyan Theme (Black on Cyan)
set -g status-bg "#00ffff"
set -g status-fg "#000000"

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

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

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