To universally adjust the standard limit colors of an Axiom control, you will need to access the AxiomLimitColors.xml configuration file on the Axiom Core Server.
Open C: and browse to C:\Program Files\Canary Labs\Axiom\Axiom Core
Open the file AxiomLimitColors.xml with Notepad ++ or another similar tool
The file should display the following:
<?xml version="1.0" encoding="utf-8"?>
<colors>
<normal>
<background R="76" G="175" B="80" A="255" />
<foreground R="0" G="0" B="0" A="204" />
</normal>
<low>
<background R="33" G="150" B="243" A="255" />
<foreground R="255" G="255" B="255" A="204" />
</low>
<high>
<background R="244" G="67" B="54" A="255" />
<foreground R="255" G="255" B="255" A="204" />
</high>
</colors>
Adjust the colors for each by changing the R, G, B, and A values
Background is the color behind the text, foreground represents the text
Save the file, and restart the Axiom Service in the Canary Admin
NOTE: Any time the version of Axiom is upgraded, this file will be overwritten. It is recommended you save a copy of this configuration in another location so you can easily rebuild after a version upgrade.
Comments
0 comments
Article is closed for comments.