diff options
| -rw-r--r-- | hosts/baryon.conf | 8 | ||||
| -rw-r--r-- | hosts/strange.conf | 22 |
2 files changed, 15 insertions, 15 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 diff --git a/hosts/strange.conf b/hosts/strange.conf index dd68e8e..57cc20d 100644 --- a/hosts/strange.conf +++ b/hosts/strange.conf @@ -1,12 +1,12 @@ -# ANSI bright-red palette for strange. -# Symbolic ANSI colors deliberately follow the outer terminal palette. +# Red tonal palette for strange. +# Built around the hue of ANSI bright red, with depth like charm's palette. -set -g @theme_bg 'black' -set -g @theme_surface 'colour234' -set -g @theme_border 'red' -set -g @theme_muted 'colour8' -set -g @theme_accent 'brightred' -set -g @theme_active 'brightred' -set -g @theme_fg 'white' -set -g @theme_bright 'brightwhite' -set -g @theme_alert 'brightred' +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 |