• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Text Color in additem description?

TCArknight

Well-known member
Howdy!

I'm trying to adjust some colors for a custom game system and seem to be at a loss.

does anyone know what the name of the color for the text on the Description portion of the form that pops up for <additem> entries?
 
In styles_ui.dat, find the header

Code:
<!--
        ##########  General Color Definitions  ##########
-->

In the skeleton files, that section starts with clrreset and clrnormal - it's probably one of those.
 
Or, if you want to change the colors used everywhere, rather than just changing a color within a particular portal, those are stored in system_resources.aug.
 
Back
Top