blob: aaad081814921deb6081074b0bc41a7031e3c3d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Cool monochromatic blue palette for baryon.
# Centered on xterm colour63 (#5f5fff).
set -g @theme_bg '#0c1020' # deep navy
set -g @theme_surface '#151d36' # blue-black surface
set -g @theme_border '#293d69' # steel-blue border
set -g @theme_muted '#7689b8' # muted periwinkle
set -g @theme_accent '#5f5fff' # xterm colour63
set -g @theme_active '#87a7ff' # illuminated blue
set -g @theme_fg '#cbd8ff' # ice blue
set -g @theme_bright '#f3f6ff' # cold white
set -g @theme_alert '#4763d8' # saturated blue alert
|