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

# Background Image or color
export BCKGND="xsetroot -fg "#8877CC" -bg "#776666" -mod 2 2"




# 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=15

# Border width [ px ]
export BDWDTH=4

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

# Border style
export BDSTYL="HiddenHandles"


# [ Active ]

# Title color
export CS02FG=#FFCC00

# Title shadow color
export CS02FS=#222222

# Frame color
export CS02BG=#777777

# Frame hilite color
export CS02HI=#CCCCCC

# Frame shadow color
export CS02SH=#000000

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

# 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=#55BB55
export BSAU02=#006600

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


# [ Inactive ]

# Title color
export CS01FG=#888888

# Title shadow color
export CS01FS=#222222

# Frame color
export CS01BG=$CS02BG

# Frame hilite color
export CS01HI=$CS02HI

# Frame shadow color
export CS01SH=$CS02SH

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

# Title button color [ gradient top(01) and bottom(02) ]
export BSIA01=#8888EE
export BSIA02=#333399




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

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

# Menu color
export CS03FG=#CCCCCC

# Menu shadow color
export CS03FS=#333333

# Menu background color
export CS03BG=#555555

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

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

# Menu border width
export MNBDWD=0


# [ Selected ]

# Menu color
export CS04FG=#FFFFFF

# Menu shadow color
export CS04FS=#333377

# Menu background color
export CS04BG=#5555CC

# Menu separator hilite
export CS04HI=#7777EE

# Menu separator shadow
export CS04SH=#3333AA




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

# Cursor color
export CRSCOL=#CC2200

# Cursor background color
export CSBGCL=#FFFFFF




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

# Mplusbar height [ px ]
export MBRHGT=22

# Mplusbar background color
export MBBGCL=#333333


# [ Title ]

# Title text
export MTTEXT="M+ WORK SPACE"

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

# Title font color
export MTFNCL=$CRSCOL

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

# Title width [ px ]
export MTWDTH=112


# [ Pager ]

# Pager grid color
export MBPGFC=$MBBGCL

# Pager background color
export MBPGBC=#444444

# Pager active window color
export MBPGAW=$BSAU01

# Pager inactive window color
export MBPGIW=$BSIA01

# Pager width [ px ]
export MPWDTH=32


# [ Clock ]

# Front space [ px ]
export MBSPCR=6

# Clock font
export MBFONT=mplus_s10r

# Clock font color
export MBFNCL=$CS02FG

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

# Clock width [ px ]
export MCWDTH=166




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


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

# Background color
export XTBGCL=#FFFFFF

# Font color
export XTFGCL=#333333

# Cursor color
export XTCRCL=$BSAU01

# Pointer cursor color
export XTPTCR=$XTCRCL

# Selected text background color
export XTHLTT=$BSIA01


# 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
