Thread Tools Display Modes
07-05-22, 09:47 PM   #1
Qwlberry
A Defias Bandit
Join Date: Jul 2022
Posts: 2
Angry Whole ingame yellow font change

Is there a way to change this font color in whole WoW interfaces? (Completely) ADDON/CODE MODIFICATION/ETC, any way. I hate this yellow
https://imgur.com/9yNS315
  Reply With Quote
07-06-22, 10:08 AM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
First check if your UI addon does this.
There are several font objects used in the UI you would have to find to change but the most common ones are GameFontNormal (GameFontNormalSmall, GameFontNormalLarge etc.)

Set GameFontNormal to green:
Code:
/run GameFontNormal:SetTextColor(0, 1, 0)
Other texts (especially in 3rd party addons) may use set fonts/size settings so you won't be able to change these "en masse"
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote
07-06-22, 03:30 PM   #3
Qwlberry
A Defias Bandit
Join Date: Jul 2022
Posts: 2
Originally Posted by Fizzlemizz View Post
(GameFontNormalSmall, GameFontNormalLarge etc.)
I know this ones, I will be appreciate if you (know) n tell me what else can be changed to another color (still have some yellow fonts)
Code:
"AchievementDateFont",
	"AchievementPointsFont",
	"AchievementPointsFontSmall",
	"BossEmoteNormalHuge",
	"DialogButtonNormalText",
	"FocusFontSmall",
	"GameFontNormal",
	"GameFontNormalHuge",
	"GameFontNormalLarge",
	"GameFontNormalMed3",
	"GameFontNormalSmall",
	"GameFont_Gigantic",
	"NumberFontNormalLargeRightYellow",
	"NumberFontNormalLargeYellow",
	"NumberFontNormalRightYellow",
	"NumberFontNormalYellow",
	"QuestFont_Enormous",
	"QuestFont_Super_Huge",
	"QuestFont_Super_Huge_Outline",
	"QuestTitleFontBlackShadow",
	"SplashHeaderFont"
  Reply With Quote
07-06-22, 04:35 PM   #4
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
You should be able to change all of those using xxx:SetTextColor(r, g, b).

The colours can be changed by code on individual fontstrings changing the text colour or by the text itself containing embeded colour code(s).
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote
07-06-22, 06:54 PM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
I noticed some of the areas pointed out were checkbox textures, which won't be as easily modified. The best route for those is to find the image file the texture is loaded from and replace that.

I'm guessing it's part of ElvUI since it's applying it as a theme. I don't use it, so I'm not 100% sure.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Whole ingame yellow font change

Thread Tools
Display Modes

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