Author Topic: Changing font color  (Read 7604 times)

Godwin

  • Guest
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.




boroda

  • Sr. Member
  • ****
  • Posts: 4595
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?
Last Edit: July 15, 2010, 03:26:07 PM by boroda74

Godwin

  • Guest
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:

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34346
this isnt in today's release but will be in the next
LyricsPanel.Highlight fg=xxxx


Godwin

  • Guest
Awesome Steven!
Looking forward to it  :)

ingeon

  • Guest
Can`t find where to configure highlight color for synced line.
Was this implemented?

Rotem K.

  • Sr. Member
  • ****
  • Posts: 499
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.