WindowColor (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the WindowColor setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies the default color of the window glass and color effects.

This value can be empty.

The following list shows the possible values.

  • Sky
  • Twilight
  • Sea
  • Leaf
  • Lime
  • Sun
  • Pumpkin
  • Ruby
  • Fuchsia
  • Blush
  • Violet
  • Lavender
  • Taupe
  • Chocolate
  • Slate
  • Frost

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Shell-Setup

Products/Embedded Core/Shell-Setup/Themes/WindowColor

XML Example

The following XML example shows how to set the default color theme to Pumpkin.

<Themes>
      <ThemeName>Fabrikam Theme</ThemeName>
      <DesktopBackground>%WINDIR%\web\wallpaper\fabrikam.jpg</DesktopBackground>
      <WindowColor>Pumpkin</WindowColor>
</Themes>

See Also

Concepts

Embedded Core Settings