|
16 | 16 | // - `[property]` may be `color`, `opacity` for specific values, or a `value` for multi-part properties. |
17 | 17 |
|
18 | 18 | :root { |
19 | | - --pub-color-white: #ffffff; |
20 | | - --pub-color-snowWhite: #fafafa; // slight deviation from official snow-white (fffafa) |
21 | | - --pub-color-smokeWhite: #f5f5f7; // slight deviation from official white-smoke (f5f5f5) |
| 19 | + --pub-color-white: #ffffff; |
| 20 | + --pub-color-snowWhite: #fafafa; // slight deviation from official snow-white (fffafa) |
| 21 | + --pub-color-smokeWhite: #f5f5f7; // slight deviation from official white-smoke (f5f5f5) |
| 22 | + --pub-color-bubblesBlue: #e7f8ff; // slight deviation from official bubbles-blue (e7feff) |
22 | 23 |
|
23 | 24 | --pub-color-dangerRed: #ff4242; |
24 | 25 |
|
25 | 26 | --pub-neutral-bgColor: var(--pub-color-white); |
26 | 27 | --pub-neutral-hover-bgColor: var(--pub-color-snowWhite); |
27 | 28 | --pub-inset-bgColor: var(--pub-color-smokeWhite); |
| 29 | + --pub-selected-bgColor: var(--pub-color-bubblesBlue); |
28 | 30 |
|
29 | 31 | --pub-default-headline-font_family: "Google Sans Display", "Google Sans", "Roboto", sans-serif; |
30 | 32 | --pub-default-text-color: hsl(0, 0%, 29%); |
|
50 | 52 | --pub-footer-background-color: #27323a; |
51 | 53 | --pub-footer-text-color: #f8f9fa; |
52 | 54 | --pub-home_title-text-color: #254a76; |
53 | | - --pub-home_announcement-background-color: #e7f8ff; |
54 | 55 | --pub-home_banner-text-color: var(--pub-color-white); |
55 | 56 | --pub-home_banner-link-color: #31b0fc; |
56 | 57 | --pub-home_card-box_shadow-color: rgba(0, 0, 0, 0.3); |
|
70 | 71 | --pub-searchbar-text-color: #8d9399; |
71 | 72 | --pub-searchbar_input-background-color: #35404d; |
72 | 73 | --pub-searchbar_input-text-color: var(--pub-color-white); |
73 | | - --pub-search_completition_selected-background-color: #ccc; |
74 | 74 | --pub-session_warning-background-color: #ffffaa; |
75 | 75 | --pub-site_header_banner-background-color: #1C2834; |
76 | 76 | --pub-site_header_banner-text-color: #f8f9fa; |
|
80 | 80 | --pub-site_header_popup-border-color: #4a5868; // mix of bg+fg color |
81 | 81 | --pub-sort_control-text-color: var(--pub-default-text-color); |
82 | 82 | --pub-sort_control_hover-text-color: var(--pub-default-text-color); |
83 | | - --pub-sort_control_selected-background-color: #e7f8ff; |
84 | 83 | --pub-sort_control_selected-text-color: var(--pub-default-text-color); |
85 | 84 | --pub-spinner_frame-background-color: rgba(0, 0, 0, 0.2); |
86 | 85 | --pub-tag_simplebadge-text-color: #444444; |
87 | 86 | --pub_tag_simplebadge_warning-background-color: #c0392b; |
88 | 87 | --pub_tag_simplebadge_warning-text-color: #f8f8f8; |
89 | | - --pub-tag_sdkbadge-background-color: #e7f8ff; |
90 | 88 | --pub-tag_sdkbadge-separator-color: rgba(25, 103, 210, 0.5); // #1967d2 + 0.5 opacity; |
91 | 89 | --pub-tag_sdkbadge-text-color: #1967d2; |
92 | 90 | --pub-full_page_mask-background-color: rgba(0, 0, 0, 0.5); // Used to make the inaccessible UI parts fade into the background. |
|
104 | 102 | } |
105 | 103 |
|
106 | 104 | .dark-theme { |
107 | | - --pub-color-darkGunmetal: #1f262a; // close to #1d2026 |
108 | | - --pub-color-shadowBlack: #373737; |
109 | | - --pub-color-anchorBlack: #41424c; |
| 105 | + --pub-color-darkGunmetal: #1f262a; // close to #1d2026 |
| 106 | + --pub-color-shadowBlack: #373737; |
| 107 | + --pub-color-anchorBlack: #41424c; |
| 108 | + --pub-color-nipponUltraBlue: #23607f; |
110 | 109 |
|
111 | 110 | --pub-neutral-bgColor: var(--pub-color-darkGunmetal); |
112 | 111 | --pub-neutral-hover-bgColor: var(--pub-color-shadowBlack); |
113 | 112 | --pub-inset-bgColor: var(--pub-color-anchorBlack); |
| 113 | + --pub-selected-bgColor: var(--pub-color-nipponUltraBlue); |
114 | 114 |
|
115 | 115 | --pub-default-text-color: #e0e0e0; |
116 | 116 | --pub-code-text-color: var(--pub-default-text-color); |
|
132 | 132 | --pub-score_value-text-color: var(--pub-link-text-color); |
133 | 133 | --pub-sort_control-text-color: var(--pub-default-text-color); |
134 | 134 | --pub-sort_control_hover-text-color: var(--pub-default-text-color); |
135 | | - --pub-sort_control_selected-background-color: #206080; |
136 | 135 | --pub-sort_control_selected-text-color: var(--pub-default-text-color); |
137 | 136 | --pub-tag_simplebadge-text-color: var(--pub-default-text-color); |
138 | | - --pub-tag_sdkbadge-background-color: #206080; |
139 | 137 | --pub-tag_sdkbadge-separator-color: var(--pub-default-text-color); |
140 | 138 | --pub-tag_sdkbadge-text-color: var(--pub-default-text-color); |
141 | 139 |
|
|
0 commit comments