feat: add forest minimal theme with light/dark botanical SVG backgrounds
Build & Auto-Repair / build (push) Has been cancelled

This commit is contained in:
2026-07-02 16:34:47 +02:00
parent abcef070c3
commit 5d315bed22
2 changed files with 204 additions and 0 deletions
File diff suppressed because one or more lines are too long
+25
View File
@@ -0,0 +1,25 @@
{
"theme": "forest-minimal",
"name": "Forest Minimal",
"colors": {
"background": "84 25% 97%",
"surface": "0 0% 100%",
"surface-2": "84 20% 96%",
"primary": "84 50% 53%",
"primary-hover": "84 50% 46%",
"primary-light": "84 53% 92%",
"success": "122 39% 49%",
"text-primary": "#1F2937",
"text-secondary": "#6B7280",
"card-border": "#EEF1EC",
"background-dark": "#EAF3E5",
"background-light": "#F5F9F2",
"sage-light": "#E8F0E2",
"mint-pale": "#EEF5EA",
"foliage-dark": "#5A7D5F",
"foliage-mid": "#65896A",
"foliage-light": "#7B9E7D",
"foliage-pale": "#90B090",
"scandi-sage": "#C8DCC8"
}
}