Adjust theme primary color

This commit is contained in:
jeffvli 2022-12-29 19:25:11 -08:00
parent bd9cbea9b7
commit b3b17013bf
2 changed files with 3 additions and 5 deletions

View file

@ -2,7 +2,7 @@
--root-font-size: 12px; --root-font-size: 12px;
--icon-color: rgb(255, 255, 255); --icon-color: rgb(255, 255, 255);
--primary-color: rgb(25, 88, 248); --primary-color: rgb(34, 104, 255);
--secondary-color: rgb(255, 120, 120); --secondary-color: rgb(255, 120, 120);
--success-color: green; --success-color: green;
--warning-color: orange; --warning-color: orange;
@ -42,7 +42,7 @@
--scrollbar-thumb-bg: rgba(90, 90, 90, 0.5); --scrollbar-thumb-bg: rgba(90, 90, 90, 0.5);
--btn-primary-bg: var(--primary-color); --btn-primary-bg: var(--primary-color);
--btn-primary-bg-hover: rgb(51, 109, 255); --btn-primary-bg-hover: rgb(0, 71, 252);
--btn-primary-fg: #ffffff; --btn-primary-fg: #ffffff;
--btn-primary-fg-hover: #ffffff; --btn-primary-fg-hover: #ffffff;
@ -132,7 +132,7 @@
} }
.current-song { .current-song {
background: rgba(96, 144, 240, 0.3) !important; background: rgba(170, 70, 70, 0.2) !important;
} }
.mantine-Modal-modal { .mantine-Modal-modal {

View file

@ -1,5 +1,4 @@
body[data-theme='defaultLight'] { body[data-theme='defaultLight'] {
--primary-color: rgb(79, 149, 255);
--icon-color: #ffffff; --icon-color: #ffffff;
--main-bg: rgb(255, 255, 255); --main-bg: rgb(255, 255, 255);
@ -38,7 +37,6 @@ body[data-theme='defaultLight'] {
--scrollbar-thumb-bg: rgb(140, 140, 140); --scrollbar-thumb-bg: rgb(140, 140, 140);
--btn-primary-bg: var(--primary-color); --btn-primary-bg: var(--primary-color);
--btn-primary-bg-hover: rgb(47, 122, 237);
--btn-primary-fg: #ffffff; --btn-primary-fg: #ffffff;
--btn-primary-fg-hover: #ffffff; --btn-primary-fg-hover: #ffffff;