# ws2, a file included into uwmrc. it must be of the same format and you can
# include as much files as you want to into uwmrc or any included file.
# the files are interpreted as if their content would replace the ReadFrom=...-
# line, the search path is: first $HOME/.ude/config or ./.ude/config in case
# HOME is not set, then $UDEdir/config/.

# this file represents the setup for a complete Workspace.

WorkSpaceNr=2
WorkSpaceName=Winter

# The color of your screen's background in format R;G;B - 8 Bit [WS]
# you can now also use Xcms-strings.
# (e.g.: ScreenColor = darkblue or ScreenColor = #12FF34)
ScreenColor=15;15;18

# Your screen-background-pixmap (will use ScreenColor if this is missing) [WS]
#ScreenPixmap=$UDEdir/gfx/bgr1.xpm

# a shell-command executed when workspace is activated and killed when workspace
# is left [WS]
ScreenCommand=xsnow

# Factor to be used to calculate bevel colors. Can be changed several times in
# a file, if needed before each color bevel colors are calculated from. The
# value is valid for all colors between this line and the next BevelFactor-line.
# Default is 1.5. Take higher values for very dark colors.
# BevelFactor takes effect on BackColor, ActiveWin and InactiveWin.
BevelFactor=1.6

# color of border of inactive windows, same format as ScreenColor [WS]
InactiveWin=45;45;60

# Background color [WS]
BackColor=120;120;135

# new BevelFactor for following colors
BevelFactor=1.4

# color of active win's border [WS]
ActiveWin=160;160;180

# Color of standard font [WS]
FontColor=0;255;0

# color of active and inactive title font.
ActiveTitle=black
InactiveTitle=white
