Skip to content

Commit 0235fc2

Browse files
committed
update palette colors
1 parent 1923abb commit 0235fc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/assets/css/scalar.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
}
1010

1111
.light-mode {
12-
--scalar-background-1: #fff6eb;
13-
--scalar-background-2: #fff0de;
14-
--scalar-background-3: #ffead1;
12+
--scalar-background-1: #faf8f5;
13+
--scalar-background-2: #f1ece2;
14+
--scalar-background-3: #c7c5c2;
1515

1616
--scalar-color-1: #2a2f45;
1717
--scalar-color-2: #757575;
@@ -42,11 +42,11 @@
4242

4343
.dark-mode {
4444
/* background main div */
45-
--scalar-background-1: #2a2f45;
45+
--scalar-background-1: #272931;
4646
/* background request and item selected */
47-
--scalar-background-2: #151722;
47+
--scalar-background-2: #282828;
4848
/* request footer and popup footer */
49-
--scalar-background-3: #27272;
49+
--scalar-background-3: #333333;
5050

5151
/* font color */
5252
--scalar-color-1: #fdfcf3;

0 commit comments

Comments
 (0)