getmusicbee.com

General => MusicBee Wishlist => Topic started by: Godwin on July 14, 2010, 03:48:25 PM

Title: Changing font color
Post by: Godwin on July 14, 2010, 03:48:25 PM
Hi,

I would like to change the colors of the fonts used in various parts of the interface. Mainly the lyrics font color.
When displaying synchronized lyrics I want the highlighted line in a different color so I can read it clearly.

I checked the skin script and couldn't find a parameter to change font color. I believe there's no way you can change the color of the font in MB. If there is please let me know.



Title: Re: Changing font color
Post by: boroda on July 15, 2010, 03:14:19 PM
As far as understand some colors are predefined in MusicBee. For example color of statusbar text and column headers background. I like to use different windows themes and for many of them text of statusbar is almost invisible. Steven, could you use colors that set in windows preferences? If predefined colors are desirable for some reason then could you use only predefined *combination* of text color/background color?
Title: Re: Changing font color
Post by: Godwin on July 15, 2010, 06:28:37 PM
For the lyrics text something like the following line would do.

<element id="LyricsPanel.Text" bg="225,225,225" fg="255,156,0" />

Foreground color is the highlight color when displaying synchronized text.

Result:
(http://i26.tinypic.com/21ccld0.png)
Title: Re: Changing font color
Post by: Steven on July 18, 2010, 09:31:53 PM
this isnt in today's release but will be in the next
LyricsPanel.Highlight fg=xxxx

Title: Re: Changing font color
Post by: Godwin on July 18, 2010, 09:35:19 PM
Awesome Steven!
Looking forward to it  :)
Title: Re: Changing font color
Post by: ingeon on December 20, 2010, 08:24:07 AM
Can`t find where to configure highlight color for synced line.
Was this implemented?
Title: Re: Changing font color
Post by: Rotem K. on December 20, 2010, 12:04:40 PM
Go to the 'Skins' folder in Path\MusicBee, open whatever skin your using and paste this before the line </colours>:
Quote
<element id="LyricsPanel.Highlight" fg="0,0,0" />
then change the 0,0,0 values to the color code you want. save. close. get back to Musicbee and choose the skin again in the view menu.