|
21 | 21 | --text-fainter: rgba(255, 255, 255, 0.45); |
22 | 22 | --text-dim: rgba(255, 255, 255, 0.35); |
23 | 23 | --surface-sidebar: rgba(18, 18, 18, 0.5); |
| 24 | + --surface-sidebar-opaque: rgb(18, 18, 18); |
24 | 25 | --surface-topbar: rgba(10, 14, 20, 0.45); |
25 | 26 | --surface-right-panel: rgba(9, 12, 20, 0.4); |
26 | 27 | --surface-composer: rgba(10, 14, 20, 0.45); |
|
79 | 80 |
|
80 | 81 | .app.reduced-transparency { |
81 | 82 | --surface-sidebar: rgba(18, 18, 18, 0.92); |
| 83 | + --surface-sidebar-opaque: rgb(18, 18, 18); |
82 | 84 | --surface-topbar: rgba(10, 14, 20, 0.94); |
83 | 85 | --surface-right-panel: rgba(9, 12, 20, 0.92); |
84 | 86 | --surface-composer: rgba(10, 14, 20, 0.94); |
|
115 | 117 | --text-fainter: rgba(17, 20, 28, 0.45); |
116 | 118 | --text-dim: rgba(17, 20, 28, 0.35); |
117 | 119 | --surface-sidebar: rgba(246, 247, 250, 0.82); |
| 120 | + --surface-sidebar-opaque: rgb(246, 247, 250); |
118 | 121 | --surface-topbar: rgba(250, 251, 253, 0.9); |
119 | 122 | --surface-right-panel: rgba(245, 247, 250, 0.82); |
120 | 123 | --surface-composer: rgba(250, 251, 253, 0.9); |
|
160 | 163 |
|
161 | 164 | :root[data-theme="light"] .app.reduced-transparency { |
162 | 165 | --surface-sidebar: rgba(240, 242, 247, 0.98); |
| 166 | + --surface-sidebar-opaque: rgb(240, 242, 247); |
163 | 167 | --surface-topbar: rgba(244, 246, 250, 0.98); |
164 | 168 | --surface-right-panel: rgba(242, 244, 248, 0.98); |
165 | 169 | --surface-composer: rgba(244, 246, 250, 0.98); |
|
197 | 201 | --text-fainter: rgba(17, 20, 28, 0.45); |
198 | 202 | --text-dim: rgba(17, 20, 28, 0.35); |
199 | 203 | --surface-sidebar: rgba(246, 247, 250, 0.82); |
| 204 | + --surface-sidebar-opaque: rgb(246, 247, 250); |
200 | 205 | --surface-topbar: rgba(250, 251, 253, 0.9); |
201 | 206 | --surface-right-panel: rgba(245, 247, 250, 0.82); |
202 | 207 | --surface-composer: rgba(250, 251, 253, 0.9); |
|
242 | 247 |
|
243 | 248 | :root:not([data-theme]) .app.reduced-transparency { |
244 | 249 | --surface-sidebar: rgba(240, 242, 247, 0.98); |
| 250 | + --surface-sidebar-opaque: rgb(240, 242, 247); |
245 | 251 | --surface-topbar: rgba(244, 246, 250, 0.98); |
246 | 252 | --surface-right-panel: rgba(242, 244, 248, 0.98); |
247 | 253 | --surface-composer: rgba(244, 246, 250, 0.98); |
|
0 commit comments