Thread Tools Display Modes
12-04-14, 03:13 AM   #1
Troggx10
A Murloc Raider
Join Date: Dec 2014
Posts: 4
Change Blizzard Font Color

Hey,

is it possible to get the feature for coloring Blizzard Yellow Font as a stand alone addon?

I use elvui and i want this feature the so is there any chance to edit it?

Troggx
  Reply With Quote
12-07-14, 06:44 PM   #2
Troggx10
A Murloc Raider
Join Date: Dec 2014
Posts: 4
Has anyone an idea?
  Reply With Quote
12-07-14, 10:32 PM   #3
Ekaterina
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 65
I think what you are after is something similar to below. Please note that I haven't tested this in game.

lua Code:
  1. --[[Both GameFontNormalLeftYellow and QuestDifficulty_Difficult are currently set to yellow (rgb, 1,1,0) in the FrameXML/FontStyles.xml --]]
  2. GameFontNormalLeftYellow:SetTextColor(0,0,0)  -- (number in the brackets are r,g,b values. 0,0,0 sets the color to black.
  3. QuestDifficulty_Difficult:SetTextColor(0,0,0)

You can covert the code to an addon at the following website http://addon.bool.no/
  Reply With Quote
12-08-14, 10:16 AM   #4
Troggx10
A Murloc Raider
Join Date: Dec 2014
Posts: 4
Thanks a lot!
  Reply With Quote

WoWInterface » Featured Projects » RealUI » Change Blizzard Font Color


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off