|
42 | 42 | :root { |
43 | 43 | --color-previewable-comment-form-bg: {{textEditorBackground}} !important; |
44 | 44 | --color-avatar-bg: {{textEditorBackground}} !important; |
| 45 | + --color-btn-primary-bg: {{accentColor}} !important; |
| 46 | + --color-btn-primary-hover-bg: {{accentColor}} !important; |
| 47 | + --color-btn-primary-fg: {{defaultButtonColor|selectionForeground}} !important; |
| 48 | + --color-btn-primary-icon: {{defaultButtonColor|selectionForeground}} !important; |
45 | 49 | --color-fg-default: {{foregroundColor}} !important; |
46 | | - --color-fg-muted: {{foregroundColor}}AA !important; |
| 50 | + --color-btn-text: {{buttonFont}} !important; |
| 51 | + --color-attention-subtle: {{fileYellow}}99 !important; |
| 52 | + --color-attention-muted: {{fileYellow}}99 !important; |
| 53 | + --color-accent-subtle: {{accentColor}}AA !important; |
47 | 54 | --color-auto-gray-3: {{textEditorBackground}} !important; |
48 | 55 | --color-auto-gray-1: {{textEditorBackground}} !important; |
49 | 56 | --color-avatar-border: #00000000 !important; |
|
61 | 68 | --color-checks-step-header-open-bg: {{caretRow}} !important; |
62 | 69 | --color-bg-discussions-row-emoji-box: {{buttonColor}} !important; |
63 | 70 | --color-current-user-tip-border: {{buttonColor}} !important; |
| 71 | + --color-btn-bg: {{buttonColor}} !important; |
| 72 | + --color-fg-muted: {{infoForeground}} !important; |
64 | 73 | --color-underlinenav-counter-text: {{foregroundColor}} !important; |
65 | 74 | --color-text-primary: {{keyColor}} !important; |
66 | 75 | --color-text-link: {{accentColor}} !important; |
|
106 | 115 | color: {{lineNumberColor}} !important; |
107 | 116 | } |
108 | 117 |
|
| 118 | +span.Button-label:hover { |
| 119 | + color: {{defaultButtonColor|selectionForeground}}; |
| 120 | +} |
| 121 | + |
109 | 122 | .suggester li:hover .octicon, |
110 | 123 | .suggester li[aria-selected="true"] .octicon { |
111 | 124 | fill: {{defaultButtonColor|selectionForeground}}; |
|
129 | 142 | opacity: 1 !important; |
130 | 143 | } |
131 | 144 |
|
| 145 | + .header-search-button.placeholder { |
| 146 | + color: {{infoForeground}}!important; |
| 147 | + } |
| 148 | + |
132 | 149 | input:-webkit-autofill, |
133 | 150 | input:-webkit-autofill:hover, |
134 | 151 | input:-webkit-autofill:focus, |
|
201 | 218 | background-color: {{buttonColor}}; |
202 | 219 | } |
203 | 220 |
|
| 221 | + |
| 222 | + /* new ui junk */ |
| 223 | + |
| 224 | + .koyZg th, |
| 225 | + .PjhnZ th, |
| 226 | + .ekYzge |
| 227 | + { |
| 228 | + background-color: {{headerColor}} !important; |
| 229 | + } |
| 230 | + |
| 231 | + .kVpYHc { |
| 232 | + border: {{borderColor}} !important; |
| 233 | + } |
| 234 | + |
| 235 | + .kMwSDe .segmentedControl-content { |
| 236 | + background-color: {{buttonColor}} !important; |
| 237 | + border-color: {{accentColor}} !important; |
| 238 | + } |
| 239 | + |
| 240 | + .gZAWpy, |
| 241 | + .bjLiTB, |
| 242 | + .cNspDo, .dCpkrR, .edeeWf, .gHfWgt, .hImDzR, .cFcYmG { |
| 243 | + background-color: {{buttonColor}} !important; |
| 244 | + } |
| 245 | + |
| 246 | + .bxqzVV[aria-expanded="true"], |
| 247 | + .hImDzR[aria-expanded="true"] { |
| 248 | + background-color: {{highlightColor}} !important; |
| 249 | + } |
| 250 | + |
| 251 | + .beVJOq, |
| 252 | + .cYvszO { |
| 253 | + background-color: {{secondaryBackground}} !important; |
| 254 | + border: {{borderColor}} !important; |
| 255 | + } |
| 256 | + |
| 257 | + .kGYPAT { |
| 258 | + color: {{accentColor}} !important; |
| 259 | + } |
| 260 | + |
204 | 261 | /* end doki addons */ |
205 | 262 |
|
206 | 263 | /* source #0: "transparent" */ |
@@ -16338,8 +16395,10 @@ select:-webkit-autofill:focus { |
16338 | 16395 | .auto-search-group input[type="text"][aria-label] { |
16339 | 16396 | background: {{textEditorBackground}}; |
16340 | 16397 | } |
| 16398 | + |
| 16399 | + |
16341 | 16400 | /* focus hightlight */ |
16342 | | -a:focus, button:focus, [tabindex] { |
| 16401 | +a:focus, button:focus { |
16343 | 16402 | outline-color: /*[[base-color]]*/ {{accentColor}} !important; |
16344 | 16403 | } |
16345 | 16404 | input.focus[type="text"], #adv_code_search .focus.search-page-label, |
|
0 commit comments