Create autonomic color theme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobias
2024-05-19 12:22:42 +02:00
parent 03c14f0ca7
commit 36b5ab7cd2
4 changed files with 29 additions and 8 deletions

View File

@ -7,11 +7,12 @@ module.exports = {
},
extend: {
colors: {
gray: {
DEFAULT: "#111111",
light: "#888888",
dark: "#222222",
},
primary: "rgba(var(--primary))",
secondary: "rgba(var(--secondary))",
tertiary: "rgba(var(--tertiary))",
text: "rgba(var(--text))",
textInverted: "rgba(var(--textInverted))",
background: "rgba(var(--background))",
},
},
},