@@ -183,16 +183,16 @@ html[data-performance-tier="constrained"] .player-performance-page-background {
183183}
184184
185185html [data-performance-tier = "constrained" ] .player-performance-panel-background {
186- background-color : rgb ( 255 255 255 / 92 % ) ;
186+ background-color : # ffffff ;
187187 background-image : none;
188188}
189189
190190html .dark [data-performance-tier = "constrained" ] .player-performance-panel-background {
191- background-color : rgb ( 15 23 42 / 96 % ) ;
191+ background-color : # 0f172a ;
192192}
193193
194194html [data-performance-tier = "constrained" ] .player-performance-overlay-background {
195- background-color : rgb ( 15 23 42 / 94 % ) ;
195+ background-color : # 0f172a ;
196196 background-image : none;
197197}
198198
@@ -204,3 +204,84 @@ html[data-performance-tier="constrained"] .player-performance-video-background {
204204 background-color : # 01030a ;
205205 background-image : none;
206206}
207+
208+ html [data-performance-tier = "constrained" ] .player-performance-controls-background {
209+ background-color : # 020817 ;
210+ background-image : none;
211+ }
212+
213+ html [data-performance-tier = "constrained" ] .player-performance-progress-track {
214+ background-color : # 334155 ;
215+ }
216+
217+ html [data-performance-tier = "constrained" ] .player-performance-progress-fill {
218+ background-color : # 3b82f6 ;
219+ background-image : none;
220+ }
221+
222+ html [data-performance-tier = "constrained" ] .player-performance-logo-background {
223+ background-color : # 0f2a48 ;
224+ background-image : none;
225+ }
226+
227+ html [data-performance-tier = "constrained" ] .player-performance-epg-header {
228+ background-color : # ffffff ;
229+ background-image : none;
230+ }
231+
232+ html .dark [data-performance-tier = "constrained" ] .player-performance-epg-header {
233+ background-color : # 050b18 ;
234+ }
235+
236+ html [data-performance-tier = "constrained" ] .player-performance-list-surface-selected {
237+ background-color : # dbeafe ;
238+ }
239+
240+ html .dark [data-performance-tier = "constrained" ] .player-performance-list-surface-selected {
241+ background-color : # 172554 ;
242+ }
243+
244+ html [data-performance-tier = "constrained" ] .player-performance-list-surface-default {
245+ background-color : # ffffff ;
246+ }
247+
248+ html .dark [data-performance-tier = "constrained" ] .player-performance-list-surface-default {
249+ background-color : # 0f172a ;
250+ }
251+
252+ html [data-performance-tier = "constrained" ] .player-performance-input-background ,
253+ html [data-performance-tier = "constrained" ] .player-performance-group-default {
254+ background-color : # ffffff ;
255+ }
256+
257+ html .dark [data-performance-tier = "constrained" ] .player-performance-input-background ,
258+ html .dark [data-performance-tier = "constrained" ] .player-performance-group-default {
259+ background-color : # 0f172a ;
260+ }
261+
262+ html [data-performance-tier = "constrained" ] .player-performance-channel-groups {
263+ background-color : # e0f2fe ;
264+ background-image : none;
265+ }
266+
267+ html .dark [data-performance-tier = "constrained" ] .player-performance-channel-groups {
268+ background-color : # 050b18 ;
269+ }
270+
271+ html [data-performance-tier = "constrained" ] .player-performance-group-selected ,
272+ html [data-performance-tier = "constrained" ] .player-performance-channel-number-selected {
273+ background-color : # bfdbfe ;
274+ }
275+
276+ html .dark [data-performance-tier = "constrained" ] .player-performance-group-selected ,
277+ html .dark [data-performance-tier = "constrained" ] .player-performance-channel-number-selected {
278+ background-color : # 1e3a8a ;
279+ }
280+
281+ html [data-performance-tier = "constrained" ] .player-performance-channel-number-default {
282+ background-color : # dbeafe ;
283+ }
284+
285+ html .dark [data-performance-tier = "constrained" ] .player-performance-channel-number-default {
286+ background-color : # 1e293b ;
287+ }
0 commit comments