feat(web): set built-in DEFAULT_COLORS to the green brand palette

Replaces the blue defaults with the provided green theme (primary #58B900,
accent #45A148, today #6FB669, greens for month/selected/today-bg, etc.). These
apply when no admin instance theme is set. THEME.md defaults table updated.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-20 14:21:03 +02:00
parent cea96660d9
commit 22a58e0d9f
4 changed files with 28 additions and 29 deletions

View File

@@ -1,2 +1,2 @@
// Increment APP_VERSION with every code change
export const APP_VERSION = 'v85';
export const APP_VERSION = 'v86';