From 630885daab9bae4ed8fd911fee1b51e4241f7bd7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 7 Mar 2025 19:42:14 +1100 Subject: update for scheme refactor --- scss/notifpopups.scss | 2 +- scss/popdowns/notifications.scss | 4 ++-- scss/scheme/_default.scss | 4 +++- src/modules/launcher/actions.tsx | 2 +- src/services/palette.ts | 22 ++++++++++++++++++---- 5 files changed, 25 insertions(+), 9 deletions(-) diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index 74c5118..c4760b7 100644 --- a/scss/notifpopups.scss +++ b/scss/notifpopups.scss @@ -33,7 +33,7 @@ } &.normal { - @include popup(scheme.$accent, 0.3); + @include popup(scheme.$primary, 0.3); } &.critical { diff --git a/scss/popdowns/notifications.scss b/scss/popdowns/notifications.scss index b328a7c..e992f50 100644 --- a/scss/popdowns/notifications.scss +++ b/scss/popdowns/notifications.scss @@ -32,8 +32,8 @@ } &.normal { - @include lib.border(scheme.$accent, 0.3); - @include popup(scheme.$accent); + @include lib.border(scheme.$primary, 0.3); + @include popup(scheme.$primary); } &.critical { diff --git a/scss/scheme/_default.scss b/scss/scheme/_default.scss index 2e1ea2c..71ea197 100644 --- a/scss/scheme/_default.scss +++ b/scss/scheme/_default.scss @@ -26,4 +26,6 @@ $mantle: #21242b; $crust: #1e2126; $success: #98c379; $error: #be5046; -$accent: #d19a66; +$primary: #d19a66; +$secondary: #61afef; +$tertiary: #98c379; diff --git a/src/modules/launcher/actions.tsx b/src/modules/launcher/actions.tsx index ffbd4b1..05005a4 100644 --- a/src/modules/launcher/actions.tsx +++ b/src/modules/launcher/actions.tsx @@ -258,7 +258,7 @@ const Scheme = ({ scheme, name, colours }: { scheme?: string; name: string; colo - +