Files
wlkns-dev-standards/design/tokens_dark.css
2025-12-20 15:53:19 +01:00

44 lines
888 B
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
wlkns-dev-standards
Design Tokens – Dark Mode
Version: v1.0
Zweck:
Dark-Mode-Erweiterung für tokens.css.
Keine neuen Bedeutungen – nur andere Werte.
*/
[data-theme="dark"] {
/* =========================
Farben – Identity
========================= */
--color-primary: #0F172A;
--color-accent: #2DD4BF;
/* =========================
Farben – Status
========================= */
--color-success: #22C55E;
--color-warning: #F59E0B;
--color-error: #EF4444;
/* =========================
Farben – Neutrals (Dark)
========================= */
--color-bg: #020617;
--color-surface: #020617;
--color-border: #1E293B;
--color-text: #E5E7EB;
--color-text-muted: #94A3B8;
/* =========================
Effects
========================= */
--shadow-sm: 0 1px 2px rgba(0,0,0,0.6);
}