Author Topic: Font Color  (Read 1410 times)

Thalion Korvhas

  • Jr. Member
  • **
  • Posts: 57
I assume that font colors are controlled by the skin that is used and can only be changed by editing the skin? If not, how? There are several places I would like to change the font color slightly without having to edit the skin files.

Zak

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 2459
You can only change the font family, size and style of most UI elements via Preferences and Settings dialogs.
Some places let you change the contrast too,  but the actual colour is specified in the current skin's XML file.

You didn't say what you want to change, but if it's a tag value, you can create a virtual tag that uses a color markup code.
e.g. To highlight tracks with no volume gain with a message in red:

Code
$IsNull(<Track Gain>,{color: 255,0,0}"No gain",<Track Gain>)
Bee excellent to each other...