|
5 | 5 |
|
6 | 6 | :root { |
7 | 7 | color-scheme: light dark; |
8 | | - --bg: #f2f7f9; |
9 | | - --bg-soft: #f7fcfd; |
| 8 | + --bg: #f8f2ed; |
| 9 | + --bg-soft: #fdf7f2; |
10 | 10 | --bg-glow-1: #ffe1d4; |
11 | | - --bg-glow-2: #d8f0f2; |
| 11 | + --bg-glow-2: #ffe8d8; |
12 | 12 | --surface: #ffffff; |
13 | | - --surface-muted: #f0f8fa; |
14 | | - --nav-bg: rgba(242, 247, 249, 0.88); |
15 | | - --ink: #14242e; |
16 | | - --ink-soft: #4b6677; |
| 13 | + --surface-muted: #f7efe9; |
| 14 | + --nav-bg: rgba(248, 242, 237, 0.88); |
| 15 | + --ink: #2a1f19; |
| 16 | + --ink-soft: #6b5549; |
17 | 17 | --accent: #e65c46; |
18 | 18 | --accent-deep: #bf3f30; |
19 | 19 | --seafoam: #209e92; |
20 | 20 | --gold: #e7bb67; |
21 | | - --line: rgba(20, 36, 46, 0.14); |
| 21 | + --line: rgba(42, 31, 25, 0.14); |
22 | 22 | --border-ui: rgba(191, 63, 48, 0.28); |
23 | 23 | --border-ui-hover: rgba(191, 63, 48, 0.42); |
24 | 24 | --border-ui-active: rgba(191, 63, 48, 0.62); |
25 | | - --shadow: 0 22px 52px rgba(16, 34, 44, 0.11); |
| 25 | + --shadow: 0 22px 52px rgba(44, 28, 20, 0.11); |
26 | 26 | --radius-lg: 20px; |
27 | 27 | --radius-md: 14px; |
28 | 28 | --radius-sm: 9px; |
|
36 | 36 |
|
37 | 37 | [data-theme="dark"] { |
38 | 38 | color-scheme: dark; |
39 | | - --bg: #0d1b24; |
40 | | - --bg-soft: #142632; |
| 39 | + --bg: #14100d; |
| 40 | + --bg-soft: #1d1713; |
41 | 41 | --bg-glow-1: #4b211b; |
42 | | - --bg-glow-2: #11303b; |
43 | | - --surface: #1a2d39; |
44 | | - --surface-muted: #213744; |
45 | | - --nav-bg: rgba(13, 27, 36, 0.88); |
46 | | - --ink: #edf6f9; |
47 | | - --ink-soft: #acc2cf; |
| 42 | + --bg-glow-2: #3a2018; |
| 43 | + --surface: #241b16; |
| 44 | + --surface-muted: #2f241d; |
| 45 | + --nav-bg: rgba(20, 16, 13, 0.88); |
| 46 | + --ink: #f7eee8; |
| 47 | + --ink-soft: #c8b3a6; |
48 | 48 | --accent: #ff7357; |
49 | 49 | --accent-deep: #e25640; |
50 | 50 | --seafoam: #47c3b8; |
51 | 51 | --gold: #f3c97a; |
52 | | - --line: rgba(232, 243, 249, 0.16); |
| 52 | + --line: rgba(247, 235, 225, 0.16); |
53 | 53 | --border-ui: rgba(255, 115, 87, 0.4); |
54 | 54 | --border-ui-hover: rgba(255, 115, 87, 0.58); |
55 | 55 | --border-ui-active: rgba(255, 115, 87, 0.78); |
@@ -3300,7 +3300,7 @@ html.theme-transition::view-transition-new(theme) { |
3300 | 3300 | } |
3301 | 3301 |
|
3302 | 3302 | .scan-result-icon-vt { |
3303 | | - color: #0030ff; |
| 3303 | + color: var(--accent-deep); |
3304 | 3304 | } |
3305 | 3305 |
|
3306 | 3306 | .scan-result-icon-oc { |
@@ -3449,7 +3449,7 @@ html.theme-transition::view-transition-new(theme) { |
3449 | 3449 | } |
3450 | 3450 |
|
3451 | 3451 | .version-scan-icon-vt { |
3452 | | - color: #0030ff; |
| 3452 | + color: var(--accent-deep); |
3453 | 3453 | } |
3454 | 3454 |
|
3455 | 3455 | .version-scan-icon-oc { |
|
0 commit comments