UI: theme init semantic background colors

This commit is contained in:
Johannes Kirschbauer
2025-01-03 16:33:23 +01:00
parent 3b89cde312
commit eb7c8b9ce7

View File

@@ -128,6 +128,21 @@ export default plugin.withOptions(
".bg-acc-4": {
backgroundColor: theme("colors.secondary.300"),
},
// bg inverse accent
".bg-semantic-1": {
backgroundColor: theme("colors.error.50"),
},
".bg-semantic-2": {
backgroundColor: theme("colors.error.100"),
},
".bg-semantic-3": {
backgroundColor: theme("colors.error.200"),
},
".bg-semantic-4": {
backgroundColor: theme("colors.error.300"),
},
// bg inverse accent
".bg-inv-acc-1": {
backgroundColor: theme("colors.secondary.500"),