Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

scrollbar

What

ColorSchemes.xml and CustomColors.xml

Config group

SystemConfigFiles

Required

no

Description

Defines one or more custom color schemes

schema location

http://fews.wldelft.nl/schemas/version1.0/colorSchemes.xsd http://fews.wldelft.nl/schemas/version1.0/customColors.xsd

...

See attached a configuration. An example of the black-green scheme is shown below:

In addition to configuring a ColorSchemes.xml, it is also possible (but not mandatory) to configure <defaultColorSchemes> in the Explorer.xml:

Code Block
languagexml
 <defaultColorSchemes>
		<defaultColorSchemeId>black-green</defaultColorSchemeId>
		<defaultColorSchemeForGroup>
			<userGroup id="SnowflakeColorSchemeId">SpecialSnowflakesUserGroup</userGroup>
			<userGroup id="PrincessColorSchemeId">PrincessesUserGroup</userGroup>
		</defaultColorSchemeForGroup>
	</defaultColorSchemes>

 

FEWS defaults

The below list describes (from JAVA code) the defaults in FEWS and also which color key is used per control.

...