|
106 | 106 | 0.52549019608, |
107 | 107 | 0.52549019608, |
108 | 108 | 0.52549019608 |
| 109 | + |
| 110 | + "--engine-ui-underline-color": ["display-p3", 1, 1, 1], |
| 111 | + "--engine-ui-error-underline-color": [ |
| 112 | + "display-p3", |
| 113 | + 0.82745098039, |
| 114 | + 0.18431372549, |
| 115 | + 0.18431372549 |
| 116 | + ], |
| 117 | + "--engine-ui-input-text-placeholder-color": [ |
| 118 | + "display-p3", |
| 119 | + 0.8, |
| 120 | + 0.8, |
| 121 | + 0.8 |
| 122 | + ], |
| 123 | + "--engine-ui-scrollbar-thumb-background-color": [ |
| 124 | + "display-p3", |
| 125 | + 0.5608, |
| 126 | + 0.498, |
| 127 | + 0.4353 |
| 128 | + ], |
| 129 | + "--engine-ui-scrollbar-thumb-color": [ |
| 130 | + "display-p3", |
| 131 | + 0.7137, |
| 132 | + 0.6941, |
| 133 | + 0.6706 |
| 134 | + ], |
| 135 | + "--engine-ui-text-color": ["display-p3", 1, 1, 1], |
| 136 | + "--engine-ui-background-color": [ |
| 137 | + "display-p3", |
| 138 | + 0.2862745098, |
| 139 | + 0.34901960784, |
| 140 | + 0.38823529411 |
| 141 | + ], |
| 142 | + "--engine-ui-button-color": [ |
| 143 | + "display-p3", |
| 144 | + 0.2862745098, |
| 145 | + 0.34901960784, |
| 146 | + 0.38823529411 |
109 | 147 | ], |
110 | 148 | "--settings-danger-button-color": ["srgb", 0.498, 0.0902, 0.0549], |
111 | | - "--settings-safe-button-color": ["srgb", 0.3255, 0.498, 0.2667] |
| 149 | + "--settings-safe-button-color": ["srgb", 0.3255, 0.498, 0.2667], |
| 150 | + "--dropdown-button-color": ["srgb", 1, 1, 1], |
| 151 | + "--dropdown-text-color": ["srgb", 0, 0, 0] |
112 | 152 | }, |
113 | 153 | "fontSize": { |
114 | 154 | "--sidebar-fontsize": [1, "rem"], |
|
225 | 265 | 0.58823529411, |
226 | 266 | 0.98823529412 |
227 | 267 | ] |
| 268 | + "--engine-ui-underline-color": ["display-p3", 1, 1, 1], |
| 269 | + "--engine-ui-error-underline-color": [ |
| 270 | + "display-p3", |
| 271 | + 0.82745098039, |
| 272 | + 0.18431372549, |
| 273 | + 0.18431372549 |
| 274 | + ], |
| 275 | + "--engine-ui-input-text-placeholder-color": [ |
| 276 | + "display-p3", |
| 277 | + 0.7333, |
| 278 | + 0.7333, |
| 279 | + 0.7333 |
| 280 | + ], |
| 281 | + "--engine-ui-scrollbar-thumb-background-color": [ |
| 282 | + "display-p3", |
| 283 | + 0.95, |
| 284 | + 0.95, |
| 285 | + 0.95 |
| 286 | + ], |
| 287 | + "--engine-ui-scrollbar-thumb-color": ["display-p3", 0, 0, 0], |
| 288 | + "--engine-ui-background-color": [ |
| 289 | + "display-p3", |
| 290 | + 0.08490196078, |
| 291 | + 0.09666666666, |
| 292 | + 0.12019607843 |
| 293 | + ], |
| 294 | + "--engine-ui-button-color": [ |
| 295 | + "display-p3", |
| 296 | + 0.08490196078, |
| 297 | + 0.09666666666, |
| 298 | + 0.12019607843 |
| 299 | + ], |
| 300 | + "--engine-ui-text-color": ["display-p3", 1, 1, 1] |
228 | 301 | } |
229 | 302 | }, |
230 | 303 | { |
|
0 commit comments