From 952432e91af7ddd8573992ef9f92904e37e4e8ce Mon Sep 17 00:00:00 2001 From: Matthew Pereira Date: Tue, 21 May 2024 18:06:40 -0700 Subject: [PATCH] better color theme --- packages/nextjs/tailwind.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nextjs/tailwind.config.js b/packages/nextjs/tailwind.config.js index c90305d..9737479 100644 --- a/packages/nextjs/tailwind.config.js +++ b/packages/nextjs/tailwind.config.js @@ -9,7 +9,7 @@ module.exports = { themes: [ { light: { - primary: "#0ba95b", + primary: "#2b79a2", "primary-content": "#ffffff", secondary: "#e0e0da", "secondary-content": "#ffffff", @@ -18,8 +18,8 @@ module.exports = { neutral: "#3b2e2a", "neutral-content": "#9d7dce", "base-100": "#ffffff", - "base-200": "#e7e5e4", - "base-300": "#f7f7f7", + "base-200": "#F0F0ED", + "base-300": "#e0e0da", "base-content": "#231f20", info: "#12b5e5", success: "#0ba95b",