Skip to content

Commit ce0770e

Browse files
committed
style: change default theme
1 parent 4f8f2f2 commit ce0770e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

theme/helpers/_darkTheme.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@mixin darkTheme {
22
color-scheme: dark;
3-
--background-color: #121212;
4-
--primary: #222236;
5-
--primary-100: #222236;
6-
--secondary: #c61a73;
3+
--background-color: #1a1a1d;
4+
--primary: #101011;
5+
--primary-100: rgba(108, 108, 184, 0.07);
6+
--secondary: #d6673b;
77
--disabled: #b0bec5;
8-
--destruct: rgba(165, 10, 69, 0.9);
9-
--error: rgba(165, 10, 69, 0.9);
8+
--destruct: rgba(165, 10, 69, 1);
9+
--error: rgba(165, 10, 69, 1);
1010
--error-100: rgba(165, 10, 69, 0.2);
1111
--success: rgb(105, 177, 99);
1212
--light: rgb(230, 230, 230);

0 commit comments

Comments
 (0)