diff options
| author | Josh Rahm <rahm@josher.dev> | 2026-09-09 18:15:03 +0000 |
|---|---|---|
| committer | Josh Rahm <rahm@josher.dev> | 2026-09-09 18:15:03 +0000 |
| commit | 32d93ab45ac8abdabf1072e75eded8f2d6d13bf9 (patch) | |
| tree | f07f0c6fdf367b3fb012f1532ab6ad3621b30eaa /hosts/baryon.conf | |
| parent | a1e6185f57e1f09172bec8a2d1c9c01f9c10cb31 (diff) | |
| download | tmux-config-main.tar.gz tmux-config-main.tar.bz2 tmux-config-main.zip | |
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 |