replace tw colors with semantic colors [WIP]

This commit is contained in:
daniel31x13
2023-11-24 09:39:38 -05:00
parent 75d4fce8ec
commit a8172a9dbe
51 changed files with 166 additions and 170 deletions
+5 -1
View File
@@ -10,7 +10,9 @@ module.exports = {
secondary: "#22d3ee",
accent: "#4f46e5",
neutral: "#6b7280",
"neutral-content": "#d1d5db",
"base-100": "#ffffff",
"base-200": "#f3f4f6",
info: "#a5f3fc",
success: "#22c55e",
warning: "#facc15",
@@ -22,8 +24,10 @@ module.exports = {
primary: "#38bdf8",
secondary: "#0284c7",
accent: "#818cf8",
neutral: "#1f2937",
neutral: "#9ca3af",
"neutral-content": "#404040",
"base-100": "#171717",
"base-200": "#1f2937",
info: "#009ee4",
success: "#00b17d",
warning: "#eac700",