Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Latest commit

 

History

History
65 lines (59 loc) · 2.43 KB

gui_colors.md

File metadata and controls

65 lines (59 loc) · 2.43 KB
title layout
gui colors
wiki

{% include toc.md %}

Gui color XML: colors.xml

Note: Don't misunderstand it with the data/colors.xml file used to set image colors using the image dyeing system.

The colors.xml file located per default in the graphics/gui folder, or in a custom theme folder (See GUI configuration), is used to specify the different text and progress bars colors using the RGB format.

Here is an example of a useable colors.xml file:

{% highlight xml %}

<progressbar id="DEFAULT" color="#969696" />
<progressbar id="HP" color="#ff0000,e28000,c38948,0f6a20" />
<progressbar id="MP" color="#1a66e6" />
<progressbar id="NO_MP" color="#646464" />
<progressbar id="EXP" color="#8fc0d3" />
<progressbar id="INVY_SLOTS" color="#e1c819" />
<progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" />
<progressbar id="JOB" color="#e187cb" />
{% endhighlight %}