|
7 | 7 | -webkit-text-size-adjust: 100%; |
8 | 8 | line-height: 20px; |
9 | 9 |
|
10 | | - --white-faded: rgb(190, 190, 190); |
11 | | - --white: rgb(255, 255, 255); |
| 10 | + --text-faded: rgb(190, 190, 190); |
| 11 | + --text: rgb(255, 255, 255); |
12 | 12 | --gray-bright: rgb(150, 150, 150); |
| 13 | + --switch-dot: rgb(200, 200, 200); |
13 | 14 | --gray: rgb(95, 95, 95); |
| 15 | + --switch-bg: var(--gray); |
14 | 16 | --content-bg: rgba(30, 30, 30, .8); |
15 | 17 | --page-header-bg: rgba(43, 43, 43, .6); |
16 | | - --popover-bg: rgba(40, 40, 40, .6); |
| 18 | + --popover-bg: rgba(20, 20, 20, .6); |
17 | 19 | --popover-bg-solid: rgba(40, 40, 40); |
18 | 20 | --bottom-bar-bg: rgba(21, 21, 21, 0.2); |
19 | 21 | --sidebar-bg: rgba(50, 50, 50, .75); |
20 | 22 | --app-border: rgb(90, 90, 90); |
21 | 23 | --item-bg: rgba(80, 80, 80, .3); |
22 | 24 | --item-hover-bg: rgba(80, 80, 80, .75); |
23 | 25 | --item-border-color: rgb(22, 22, 22, .3); |
24 | | - --accent-color: rgb(60, 175, 252); |
| 26 | + --accent-color: rgb(23, 115, 243); |
| 27 | + --header-border: rgb(50, 50, 50); |
| 28 | + |
| 29 | + &.light-theme { |
| 30 | + --text-faded: rgb(20, 20, 20); |
| 31 | + --text: rgb(0, 0, 0); |
| 32 | + --gray-bright: rgb(105, 105, 105); |
| 33 | + --gray: rgb(160, 160, 160); |
| 34 | + --switch-bg: rgb(145, 145, 145); |
| 35 | + --switch-dot: rgb(60, 60, 60); |
| 36 | + --content-bg: rgba(220, 220, 220, .75); |
| 37 | + --page-header-bg: rgba(212, 212, 212, .6); |
| 38 | + --popover-bg: rgba(210, 210, 210, .8); |
| 39 | + --popover-bg-solid: rgba(215, 215, 215); |
| 40 | + --bottom-bar-bg: rgba(234, 234, 234, 0.2); |
| 41 | + --sidebar-bg: rgba(240, 240, 240, .6); |
| 42 | + --app-border: rgb(185, 185, 185); |
| 43 | + --item-bg: rgba(255, 255, 255, .3); |
| 44 | + --item-hover-bg: rgba(150, 150, 150, .7); |
| 45 | + --item-border-color: rgb(180, 180, 180, .7); |
| 46 | + --popover-border: rgb(167, 167, 167); |
| 47 | + } |
25 | 48 | } |
26 | 49 |
|
27 | 50 | * { |
@@ -63,6 +86,7 @@ button, a { |
63 | 86 | } |
64 | 87 |
|
65 | 88 | #app-border { |
| 89 | + z-index: 9999; |
66 | 90 | pointer-events: none; |
67 | 91 | position: fixed; |
68 | 92 | left: 0; |
|
0 commit comments