blob: 7e29938d1d3d8ed627ed1df1caadf6241c98901f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Bright yellow palette for tachyon.
set -g @theme_bg '#181405' # near-black ochre
set -g @theme_surface '#2b240a' # smoked gold
set -g @theme_border '#665313' # dark amber
set -g @theme_muted '#a69255' # muted brass
set -g @theme_accent '#ffd75f' # bright yellow
set -g @theme_active '#ffed87' # illuminated yellow
set -g @theme_fg '#f7e6a7' # pale gold
set -g @theme_bright '#fffbe6' # warm white
set -g @theme_alert '#ffaf00' # amber alert
|