dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1COLOR_DARK="\#333333"
 2COLOR_LIGHT="\#EEEEEE"
 3COLOR_ACCENT="\#75507B"
 4COLOR_HIGHLIGHT="\#DD4814"
 5
 6set-option -g pane-active-border-style bg=$COLOR_HIGHLIGHT,fg=$COLOR_HIGHLIGHT
 7set-option -g pane-border-style fg=$COLOR_ACCENT
 8set-option -g display-panes-colour $COLOR_ACCENT
 9set-option -g display-panes-active-colour $COLOR_HIGHLIGHT
10set-option -g clock-mode-colour $COLOR_ACCENT
11set-option -g mode-style bg=$COLOR_ACCENT,fg=$COLOR_LIGHT
12
13set-window-option -g window-status-style bg=$COLOR_DARK,fg=$COLOR_LIGHT
14set-window-option -g window-status-current-style bg=$COLOR_DARK,fg=$COLOR_LIGHT,reverse
15set-window-option -g window-status-activity-style bg=$COLOR_DARK,fg=$COLOR_LIGHT,bold
16
17set-option -g status-style bg=$COLOR_DARK,fg=$COLOR_LIGHT
18set-option -g message-style bg=$COLOR_ACCENT,fg=white