blob: f2013c7c812d63c7f976a857aaf8d14ccbdedf36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Gentoo Glass palette for charm.
# Loaded by ../tmux.conf through #{host_short}.
set -g @theme_bg '#17121f' # abyss
set -g @theme_surface '#281f35' # smoky glass
set -g @theme_border '#4a3a60' # mountain ridge
set -g @theme_muted '#8f80a5' # muted lavender
set -g @theme_accent '#9d78d0' # amethyst
set -g @theme_active '#b99ae5' # illuminated glass
set -g @theme_fg '#d9c8f2' # frost
set -g @theme_bright '#f5f1fa' # snow highlight
set -g @theme_alert '#744f91' # deep orchid
|