From c2cc622a22ee10fe6f33e40d5a48e438e5edfc72 Mon Sep 17 00:00:00 2001 From: arjanjohan Date: Sat, 13 Jul 2024 23:37:41 +0200 Subject: [PATCH] update colors --- packages/nextjs/tailwind.config.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/nextjs/tailwind.config.js b/packages/nextjs/tailwind.config.js index 9099dc5..599dab0 100644 --- a/packages/nextjs/tailwind.config.js +++ b/packages/nextjs/tailwind.config.js @@ -9,19 +9,19 @@ module.exports = { themes: [ { light: { - primary: "#93BBFB", - "primary-content": "#212638", - secondary: "#DAE8FF", - "secondary-content": "#212638", - accent: "#93BBFB", - "accent-content": "#212638", - neutral: "#212638", + primary: "#fc8803", + "primary-content": "#382e21", + secondary: "#edae55", + "secondary-content": "#382e21", + accent: "#fc8803", + "accent-content": "#382e21", + neutral: "#382e21", "neutral-content": "#ffffff", "base-100": "#ffffff", - "base-200": "#f4f8ff", - "base-300": "#DAE8FF", - "base-content": "#212638", - info: "#93BBFB", + "base-200": "#fff8f4", + "base-300": "#ffebda", + "base-content": "#382e21", + info: "#fc8803", success: "#34EEB6", warning: "#FFCF72", error: "#FF8863",