Example - Change the Background Color in Style.xml

Suppose you want to change the background color in the style.xml file.

In the c10_location\temp directory, open the style.xml file in an XML or standard text editor. Find the section specified below, and change the value shown in bold font as required. Note that custom colors that you specify must be defined in the palette section of the style.xml file.

<color name="text" paletteColor="black" /> 
  <color name="textDisabled" paletteColor="gray.dark" /> 
  <color name="textError" paletteColor="black" /> 
  <color name="background" paletteColor="white" /> 
  <color name="anchor" paletteColor="hyperlink" /> 
  <color name="selection" paletteColor="special1" /> 
  <color name="tooltip" paletteColor="tooltip" />