blob: 48f77a636b0a29c15ed7d4a425d7309ae72a997f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Void Linux forest-green palette for boson.
set -g @theme_bg '#0d1712' # forest black
set -g @theme_surface '#17251c' # deep pine
set -g @theme_border '#2e513c' # dark forest border
set -g @theme_muted '#70917b' # muted sage
set -g @theme_accent '#478061' # Void green
set -g @theme_active '#75b58a' # illuminated leaf
set -g @theme_fg '#c3d4c7' # pale sage
set -g @theme_bright '#edf4ef' # cool white
set -g @theme_alert '#9fbd65' # yellow-green alert
|