diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index 74c51181..c4760b79 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 b328a7c0..e992f508 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 2e1ea2c9..71ea197e 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 ffbd4b1a..05005a40 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 - +