diff --git a/themes/intotheeast/css/tokens.css b/themes/intotheeast/css/tokens.css index cd5ed1d..2737267 100644 --- a/themes/intotheeast/css/tokens.css +++ b/themes/intotheeast/css/tokens.css @@ -4,11 +4,11 @@ --color-canvas: #22201B; /* card surfaces, form backgrounds */ --color-ink: #EDE8DF; /* primary text — warm cream */ --color-ink-2: #B8B0A4; /* body text — muted warm */ - --color-ink-muted: #7A7268; /* labels, timestamps, captions */ + --color-ink-muted: #90887E; /* labels, timestamps, captions */ --color-border: #2E2B25; /* standard dividers */ --color-border-soft: #252219; /* subtle dividers */ - --color-accent: #2A8C73; /* teal — lightened for dark contrast */ - --color-accent-hover: #236655; /* hover/pressed teal */ + --color-accent: #2E9880; /* teal — lightened for dark contrast */ + --color-accent-hover: #287A68; /* hover/pressed teal */ --color-accent-light: #1A2E29; /* pale teal tint backgrounds */ --color-accent-on: #FFFFFF; /* text on accent surfaces */ --color-surface-raised: #2A2720; /* elevated surfaces: tooltips, hover */