From 4a5d537679da19d901a17d4896bc42c73d62e87f Mon Sep 17 00:00:00 2001 From: Isra Date: Wed, 6 Mar 2024 11:01:46 -0600 Subject: [PATCH] Revert all color changes --- themes/default.ts | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/themes/default.ts b/themes/default.ts index 46134815..93a0673e 100644 --- a/themes/default.ts +++ b/themes/default.ts @@ -77,7 +77,7 @@ const tokens = { c400: "#272741", c500: "#1E1E32", c600: "#171728", - c700: "#000000", + c700: "#131322", c800: "#0F0F1B", c900: "#0A0A12", }, @@ -94,9 +94,11 @@ export const defaultTheme = { // Branding pill: { - background: tokens.shade.c400, - backgroundHover: tokens.shade.c500, + background: tokens.shade.c300, + backgroundHover: tokens.shade.c200, highlight: tokens.blue.c200, + + activeBackground: tokens.shade.c300, }, // meta data for the theme itself @@ -105,11 +107,6 @@ export const defaultTheme = { accentB: tokens.blue.c300, }, - // Modals - modal: { - background: tokens.shade.c800, - }, - // light bar lightBar: { light: tokens.blue.c400, @@ -143,6 +140,11 @@ export const defaultTheme = { accentB: tokens.blue.c500, }, + // Modals + modal: { + background: tokens.shade.c800, + }, + // typography type: { logo: tokens.purple.c100, @@ -152,6 +154,7 @@ export const defaultTheme = { divider: tokens.ash.c500, secondary: tokens.ash.c100, danger: tokens.semantic.red.c100, + success: tokens.semantic.green.c100, link: tokens.purple.c100, linkHover: tokens.purple.c50, }, @@ -159,6 +162,7 @@ export const defaultTheme = { // search bar search: { background: tokens.shade.c500, + hoverBackground: tokens.shade.c600, focused: tokens.shade.c400, placeholder: tokens.shade.c100, icon: tokens.shade.c100,