mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Adjust default themes
This commit is contained in:
parent
30dc833b79
commit
26bc7d23ae
@ -108,7 +108,7 @@
|
||||
--badge-fg: rgb(255, 255, 255);
|
||||
--badge-radius: 0;
|
||||
|
||||
--paper-bg: rgb(20, 20, 20);
|
||||
--paper-bg: rgb(24, 24, 24);
|
||||
|
||||
--placeholder-bg: rgba(53, 53, 53, 1);
|
||||
--placeholder-fg: rgba(126, 126, 126);
|
||||
|
@ -88,7 +88,7 @@ body[data-theme='defaultLight'] {
|
||||
|
||||
--modal-bg: rgb(255, 255, 255);
|
||||
|
||||
--paper-bg: rgb(235, 235, 235);
|
||||
--paper-bg: rgb(240, 240, 240);
|
||||
|
||||
--placeholder-bg: rgba(204, 204, 204, 0.5);
|
||||
--placeholder-fg: rgb(126, 126, 126);
|
||||
@ -107,8 +107,8 @@ body[data-theme='defaultLight'] {
|
||||
--table-bg: var(--main-bg);
|
||||
--table-alt-bg: var(--main-bg);
|
||||
--table-fg: rgb(179, 179, 179);
|
||||
--table-row-hover-bg: rgba(100, 100, 100, 0.2);
|
||||
--table-row-selected-bg: rgba(100, 100, 100, 0.4);
|
||||
--table-row-hover-bg: rgba(150, 150, 150, 0.2);
|
||||
--table-row-selected-bg: rgba(150, 150, 150, 0.3);
|
||||
|
||||
.ag-theme-alpine-dark {
|
||||
--ag-font-family: var(--content-font-family);
|
||||
|
Loading…
Reference in New Issue
Block a user