Add theme tokens

This commit is contained in:
thesn10
2026-07-03 12:46:42 +02:00
parent e759dfea56
commit a63db2cbd7

View File

@@ -17,6 +17,8 @@
--success: #059669;
--warning: #d97706;
--danger: #dc2626;
--border: #e2dff0;
--subtle: #9991b8;
}
@variant dark {
@@ -28,5 +30,11 @@
--success: #14f195;
--warning: #f5a623;
--danger: #ff4d4f;
--border: #252548;
--subtle: #605c88;
}
}
@theme inline {
--color-subtle: var(--subtle);
}