summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-23 15:16:55 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-23 15:16:55 +1100
commitb702283d3dc5f99478269ceb487ee1c8264999f3 (patch)
tree4c7d1e73dacc518962fb44bd5c232feb4d63b63d
parentnotifpopups: go to notif center on click (diff)
downloadcaelestia-shell-b702283d3dc5f99478269ceb487ee1c8264999f3.tar.gz
caelestia-shell-b702283d3dc5f99478269ceb487ee1c8264999f3.tar.bz2
caelestia-shell-b702283d3dc5f99478269ceb487ee1c8264999f3.zip
notifications: use accent colour for normal
-rw-r--r--scss/notifpopups.scss2
-rw-r--r--scss/popdowns/notifications.scss4
2 files changed, 3 insertions, 3 deletions
diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss
index 125a9f4..afe322d 100644
--- a/scss/notifpopups.scss
+++ b/scss/notifpopups.scss
@@ -33,7 +33,7 @@
}
&.normal {
- @include popup(scheme.$lavender, 0.3);
+ @include popup(scheme.$accent, 0.3);
}
&.critical {
diff --git a/scss/popdowns/notifications.scss b/scss/popdowns/notifications.scss
index 8b35fc2..b8802d2 100644
--- a/scss/popdowns/notifications.scss
+++ b/scss/popdowns/notifications.scss
@@ -32,8 +32,8 @@
}
&.normal {
- @include lib.border(scheme.$lavender, 0.3);
- @include popup(scheme.$lavender);
+ @include lib.border(scheme.$accent, 0.3);
+ @include popup(scheme.$accent);
}
&.critical {