blob: 57cc20dda00f32ca1a7b5683e55e616b92d42087 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Red tonal palette for strange.
# Built around the hue of ANSI bright red, with depth like charm's palette.
set -g @theme_bg '#1a0d0d' # deepest oxblood
set -g @theme_surface '#2d1616' # smoky crimson
set -g @theme_border '#602c2c' # dark red border
set -g @theme_muted '#9c6a6a' # muted dusty red
set -g @theme_accent '#e05252' # ANSI-red-like accent
set -g @theme_active '#ff7070' # illuminated red
set -g @theme_fg '#f1caca' # pale rose
set -g @theme_bright '#fff3f3' # warm white
set -g @theme_alert '#ff3535' # intense red alert
|