From 2379a327cdcc425b1a2b6c81ffea8059edc29471 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk Date: Sat, 9 Mar 2024 07:31:41 +0100 Subject: [PATCH] change light mode color scheme --- libs/components/src/tw-theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/components/src/tw-theme.css b/libs/components/src/tw-theme.css index 75a8fa6380a..733dbe9413b 100644 --- a/libs/components/src/tw-theme.css +++ b/libs/components/src/tw-theme.css @@ -6,12 +6,12 @@ --color-background: 255 255 255; --color-background-alt: 251 251 251; --color-background-alt2: 23 92 219; - --color-background-alt3: 18 82 163; - --color-background-alt4: 13 60 119; + --color-background-alt3: 33 37 41; /* bg of menu panel */ + --color-background-alt4: 16 18 21; /* bg of active menu item */ - --color-primary-300: 103 149 232; - --color-primary-500: 23 93 220; - --color-primary-700: 18 82 163; + --color-primary-300: 108 117 125; /* hover of menu items */ + --color-primary-500: 18 82 163; /* color of links and buttons */ + --color-primary-700: 13 60 119; /* hover of links and buttons */ --color-secondary-100: 240 240 240; --color-secondary-300: 206 212 220;