diff options
Diffstat (limited to 'hosts/baryon.conf')
| -rw-r--r-- | hosts/baryon.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/baryon.conf b/hosts/baryon.conf index 85fe066..aaad081 100644 --- a/hosts/baryon.conf +++ b/hosts/baryon.conf @@ -1,12 +1,12 @@ -# Cool blue and green palette for baryon. -# Based on xterm colour63 (#5f5fff) and bold ANSI green. +# Cool monochromatic blue palette for baryon. +# Centered on xterm colour63 (#5f5fff). set -g @theme_bg '#0c1020' # deep navy set -g @theme_surface '#151d36' # blue-black surface set -g @theme_border '#293d69' # steel-blue border set -g @theme_muted '#7689b8' # muted periwinkle set -g @theme_accent '#5f5fff' # xterm colour63 -set -g @theme_active '#5fd787' # bright green counter-accent +set -g @theme_active '#87a7ff' # illuminated blue set -g @theme_fg '#cbd8ff' # ice blue set -g @theme_bright '#f3f6ff' # cold white -set -g @theme_alert '#5fd787' # bright green +set -g @theme_alert '#4763d8' # saturated blue alert |