blob: 38a11c95953d411aacd0e2ee93a3440933e0c12a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Bright orange palette for photon.
set -g @theme_bg '#1b1009' # ember black
set -g @theme_surface '#30190d' # smoked orange
set -g @theme_border '#6e3618' # burnt-orange border
set -g @theme_muted '#aa7457' # muted copper
set -g @theme_accent '#ff8700' # bright orange
set -g @theme_active '#ffb066' # illuminated orange
set -g @theme_fg '#ffd5b8' # pale peach
set -g @theme_bright '#fff4ec' # warm white
set -g @theme_alert '#ff5f00' # hot-orange alert
|