refactor: dark-mode token deduplication via private-variable indirection (v0.20.17)
All tokens with dark-mode overrides gain a private --_name counterpart in :root. Public tokens (--color-*, --module-*, --glass-* etc.) become stable var(--_name) references. Both dark blocks now only override compact private tokens — no more manual two-block sync for every future colour change. Also removes the redundant --color-surface-2 dark override (already auto-derived via var(--neutral-50)). No visual change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "oikos",
|
||||
"version": "0.20.15",
|
||||
"version": "0.20.17",
|
||||
"description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.",
|
||||
"main": "server/index.js",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user