zydezu / ModernX

My fork of modernX (a replacement for MPV that retains the functionality of the default OSC), adding additional features - see builds at: https://github.com/zydezu/mpvconfig
131 stars 5 forks source link

Color bug with seekbar #29

Closed Keith94 closed 4 months ago

Keith94 commented 4 months ago

When you set seekbarfg_color= to an orange color like e39c42 (https://www.colorhexa.com/e39c42) the seekbar shows up blue like below

image

Same issue happens if you set it to red (ff0000) it shows up dark blue.

EDIT: I think the hex code may need to be written in reverse.. I was confused since this wasn't mentioned anywhere.

zydezu commented 4 months ago

Sorry, the format should be in BBGGRR - http://www.tcax.org/docs/ass-specs.htm, a note of this will be in the next version. 2024-05-26_03-14-08_181_mpv seekbarfg_color = '429CE3'