Skip to content

Commit

Permalink
update palette colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ericklv committed Jul 12, 2024
1 parent 1923abb commit 0235fc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/assets/css/scalar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
}

.light-mode {
--scalar-background-1: #fff6eb;
--scalar-background-2: #fff0de;
--scalar-background-3: #ffead1;
--scalar-background-1: #faf8f5;
--scalar-background-2: #f1ece2;
--scalar-background-3: #c7c5c2;

--scalar-color-1: #2a2f45;
--scalar-color-2: #757575;
Expand Down Expand Up @@ -42,11 +42,11 @@

.dark-mode {
/* background main div */
--scalar-background-1: #2a2f45;
--scalar-background-1: #272931;
/* background request and item selected */
--scalar-background-2: #151722;
--scalar-background-2: #282828;
/* request footer and popup footer */
--scalar-background-3: #27272;
--scalar-background-3: #333333;

/* font color */
--scalar-color-1: #fdfcf3;
Expand Down

0 comments on commit 0235fc2

Please sign in to comment.