# Background -------------------------------------------------------------------

# Background Image or color
export BCKGND="fvwm-root $MPLUS_DIR/mplus_images/stripe-gray.xpm"




# Window styles ----------------------------------------------------------------

# Title font
export TTLFNT="Shadow=1:mplus_s10b,mplus_j10b,mplus_j10b-jisx"

# Title justifications [ Centered, RightJustified, LeftJustified ]
export TTLJTF=LeftJustified

# Titlebar height [ px ]
export TTLHGT=14

# Border width [ px ]
export BDWDTH=1

# Border handle width [ px ]
export BHWDTH=$BDWDTH

# Border style
export BDSTYL="HiddenHandles NoInset Flat"


# [ Active ]

# Title color
export CS02FG=#999999

# Title shadow color
export CS02FS=#222222

# Frame color
export CS02BG=#444455

# Frame hilite
export CS02HI=

# Frame shadow
export CS02SH=

# Titlebar color (up) [ gradient top(01) and bottom(02) ]
export TSAU01=#222233
export TSAU02=#444455

# Titlebar color (down) [ gradient top(01) and bottom(02) ]
export TSAD01=$TSAU01
export TSAD02=$TSAU02

# Title button color (up) [ gradient top(01) and bottom(02) ]
export BSAU01=$TSAU02
export BSAU02=$TSAU01

# Title button color (down) [ gradient top(01) and bottom(02) ]
export BSAD01=$BSAU02
export BSAD02=$BSAU01


# [ Inactive ]

# Title color
export CS01FG=#444444

# Title shadow color
export CS01FS=#222222

# Frame color
export CS01BG=#333333

# Frame hilite
export CS01HI=

# Frame shadow
export CS01SH=

# Titlebar color [ gradient top(01) and bottom(02) ]
export TSIA01=#111111
export TSIA02=#333333

# Title button color [ gradient top(01) and bottom(02) ]
export BSIA01=$TSIA02
export BSIA02=$TSIA01




# Menu styles ------------------------------------------------------------------

# Menu font
export MNSTFT="Shadow=1:mplus_s10r,mplus_j10r,mplus_j10r-jisx"

# Menu color
export CS03FG=#666666

# Menu shadow color
export CS03FS=#111111

# Menu background color
export CS03BG=#222222

# Menu separator hilite and border hilite
export CS03HI=#444444

# Menu separator shadow and border shadow
export CS03SH=#000000

# Menu border width
export MNBDWD=0


# [ Selected ]

# Menu color
export CS04FG=#999999

# Menu shadow color
export CS04FS=$CS03FS

# Menu background color
export CS04BG=$CS03BG

# Menu separator hilite
export CS04HI=$CS03HI

# Menu separator shadow
export CS04SH=$CS03SH




# Cursor colors ----------------------------------------------------------------

# Cursor color
export CRSCOL=#000022

# Cursor background color
export CSBGCL=#FFFFFF




# Mplusbar styles --------------------------------------------------------------

# Mplusbar height [ px ]
export MBRHGT=22

# Mplusbar background color
export MBBGCL=#222233


# [ Title ]

# Title text
export MTTEXT="M+"

# Title font
export MTFONT="mplus_s10b,mplus_j10b,mplus_j10b-jisx"

# Title font color
export MTFNCL=#999999

# Title font padding [ "left/right top/bottom" px ]
export MTFNPD="8 9"

# Title width [ px ]
export MTWDTH=34


# [ Pager ]

# Pager grid color
export MBPGFC=$MBBGCL

# Pager background color
export MBPGBC=#444455

# Pager active window color
export MBPGAW=#999999

# Pager inactive window color
export MBPGIW=#777788

# Pager width [ px ]
export MPWDTH=32


# [ Clock ]

# Front space [ px ]
export MBSPCR=6

# Clock font
export MBFONT=mplus_s10r

# Clock font color
export MBFNCL=#777777

# Clock font padding [ top/left px ]
export MBFNPD=3

# Clock width [ px ]
export MCWDTH=166




#
# Application styles ###########################################################
#


# Xterm ------------------------------------------------------------------------

# Background color
export XTBGCL=#000000

# Font color
export XTFGCL=#999999

# Cursor color
export XTCRCL=#666677

# Pointer cursor color
export XTPTCR=$XTCRCL

# Selected text background color
export XTHLTT=#444455


# Kterm ------------------------------------------------------------------------

# Background color
export KTBGCL=$XTBGCL

# Font color
export KTFGCL=$XTFGCL

# Cursor color
export KTCRCL=$XTCRCL

# Pointer cursor color
export KTPTCR=$XTPTCR


# w3m --------------------------------------------------------------------------

# Background color
export W3BGCL=$XTBGCL

# Font color
export W3FGCL=$XTFGCL

# Cursor color
export W3CRCL=$XTCRCL

# Pointer cursor color
export W3PTCR=$XTPTCR


# Emacs ------------------------------------------------------------------------

# Background color
export EMBGCL=$XTBGCL

# Font color
export EMFGCL=$XTFGCL

# Cursor color
export EMCRCL=$XTCRCL

# Mouse cursor color
export EMMSCL=$XTCRCL
