Dusk texture creator

This commit is contained in:
2026-04-13 19:51:11 -05:00
parent 4b3826edd9
commit 5a651d2d1f
39 changed files with 1402 additions and 2659 deletions
+16
View File
@@ -0,0 +1,16 @@
/* Settings Design tokens */
:root {
--bg: #1a1a1e;
--bg-surface: #25252b;
--bg-raised: #2e2e36;
--border: #3a3a44;
--text: #e4e4ed;
--text-muted: #7a7a90;
--accent: #6e8efb;
--accent-dim: #3a4a8a;
--radius: 6px;
--radius-sm: 4px;
--gap: 1.5rem;
--speed: 0.15s;
}