|
|
The following resources control the general color characteristics of the xdt3 client:
Desktop color resources
Value | |||
---|---|---|---|
Name | Class | type | Default |
activeBackground | Background | color | scoActiveBackground |
activeBottomShadowColor | Foreground | color | black |
activeForeground | Foreground | color | scoActiveForeground |
activeTopShadowColor | Background | color | scoActiveTopShadow |
background | Background | color | scoBackground |
bottomShadowColor | Foreground | color | black |
desktop.back.background | Desktop.Back.Background | color | scoAltBackground |
foreground | Foreground | color | scoForeground |
topShadowColor | Background | color | scoTopShadow |
Generally, it is recommended that you use scocolor to change your Desktop colors instead of using these resources. See ``Changing colors with the Color control'' for more information.
The resources listed in ``Desktop color resources'' are described in more detail below:
activeBackground (Class: Background)
This resource specifies the background color used in
directory and desktop window frames, when a window is active.
The default value is the scoActiveBackground palette
resource variable.
activeBottomShadowColor (Class: Foreground)
This resource specifies the color of lower and right bevels
of the directory and desktop window frame,
when a window is active.
The default value is ``black.''
activeForeground (Class: Foreground)
This resource specifies the color of text used in
directory and desktop window frames, when a window is active.
The default value is the scoActiveForeground palette
resource variable.
activeTopShadowColor (Class: Background)
This resource specifies the color of upper and left bevels
of the directory and desktop window frames,
when a window is active.
The default value is the scoActiveTopShadow palette
resource variable.
background (Class: Background)
This resource specifies the background color of directory
and desktop windows.
The default value is the scoBackground palette
resource variable.
bottomShadowColor (Class: Foreground)
This resource specifies the color used in the lower and
right bevels of the directory and desktop window frames.
The default value is ``black.''
desktop.back.background (Class: Desktop.Back.Background)
This resource specifies the background color of the main
Desktop, including the menu bar.
The default value is the scoAltBackground palette
resource variable.
foreground (Class: Foreground)
This resource specifies the color of text used by xdt3.
The default value is the scoForeground palette
resource variable.
topShadowColor (Class: Background)
This resource specifies the color used in the top and left
bevels of the directory and desktop window frames.
The default value is the scoTopShadow palette
resource variable.