Versions Compared

Key

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

...

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>	<defaultColorSchemes>
		<defaultColorSchemeId>black-green</defaultColorSchemeId>
		<defaultColorSchemeForGroup>
			<userGroup id="SnowflakeColorSchemeId">SpecialSnowflakesUserGroup</userGroup>
			<userGroup id="PrincessColorSchemeId">PrincessesUserGroup</userGroup>
		</defaultColorSchemeForGroup>
	</defaultColorSchemes>

...

For example, if a user has not previously selected a different color scheme, and does not belong to a user group for which a default is defined, but there is a global default configured, this global default will be used when the user starts FEWS.

Since 2018.02 it is possible to configure "no color scheme" as the color scheme id for one of the defaults. This will result in FEWS applying no color scheme by default. For example:

Code Block
languagexml
titleno color scheme default
<defaultColorSchemes>
	<defaultColorSchemeId>no color scheme</defaultColorSchemeId> <!-- FEWS will start with no color scheme applied -->
</defaultColorSchemes>

 

Examples and configuration

...