Adjust default themes
This commit is contained in:
parent
30dc833b79
commit
26bc7d23ae
2 changed files with 4 additions and 4 deletions
|
@ -108,7 +108,7 @@
|
||||||
--badge-fg: rgb(255, 255, 255);
|
--badge-fg: rgb(255, 255, 255);
|
||||||
--badge-radius: 0;
|
--badge-radius: 0;
|
||||||
|
|
||||||
--paper-bg: rgb(20, 20, 20);
|
--paper-bg: rgb(24, 24, 24);
|
||||||
|
|
||||||
--placeholder-bg: rgba(53, 53, 53, 1);
|
--placeholder-bg: rgba(53, 53, 53, 1);
|
||||||
--placeholder-fg: rgba(126, 126, 126);
|
--placeholder-fg: rgba(126, 126, 126);
|
||||||
|
|
|
@ -88,7 +88,7 @@ body[data-theme='defaultLight'] {
|
||||||
|
|
||||||
--modal-bg: rgb(255, 255, 255);
|
--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-bg: rgba(204, 204, 204, 0.5);
|
||||||
--placeholder-fg: rgb(126, 126, 126);
|
--placeholder-fg: rgb(126, 126, 126);
|
||||||
|
@ -107,8 +107,8 @@ body[data-theme='defaultLight'] {
|
||||||
--table-bg: var(--main-bg);
|
--table-bg: var(--main-bg);
|
||||||
--table-alt-bg: var(--main-bg);
|
--table-alt-bg: var(--main-bg);
|
||||||
--table-fg: rgb(179, 179, 179);
|
--table-fg: rgb(179, 179, 179);
|
||||||
--table-row-hover-bg: rgba(100, 100, 100, 0.2);
|
--table-row-hover-bg: rgba(150, 150, 150, 0.2);
|
||||||
--table-row-selected-bg: rgba(100, 100, 100, 0.4);
|
--table-row-selected-bg: rgba(150, 150, 150, 0.3);
|
||||||
|
|
||||||
.ag-theme-alpine-dark {
|
.ag-theme-alpine-dark {
|
||||||
--ag-font-family: var(--content-font-family);
|
--ag-font-family: var(--content-font-family);
|
||||||
|
|
Reference in a new issue