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

# Background Image or color
export BCKGND="xsetroot -fg "#000000" -bg "#333333" -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=14

# Border width [ px ]
export BDWDTH=2

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

# Border style
export BDSTYL="HiddenHandles NoInset Flat"


# [ Active ]

# Title color
export CS02FG=#CCCCCC

# Title shadow color
export CS02FS=#884400

# Frame color
export CS02BG=#FF7700

# Frame hilite color
export CS02HI=

# Frame shadow color
export CS02SH=

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

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

# Title shadow color
export CS01FS=#005533

# Frame color
export CS01BG=#227755

# Frame hilite color
export CS01HI=

# Frame shadow color
export CS01SH=

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

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

# Menu shadow color
export CS03FS=#111111

# Menu background color
export CS03BG=#333333

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

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

# Menu border width
export MNBDWD=0


# [ Selected ]

# Menu color
export CS04FG=#FFFFFF

# Menu shadow color
export CS04FS=#BB8800

# Menu background color
export CS04BG=#FFAA00

# Menu separator hilite
export CS04HI=#FFFF66

# Menu separator shadow
export CS04SH=$CS04FS




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

# Cursor color
export CRSCOL=$TSAU02

# Cursor background color
export CSBGCL=#FFFFFF




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

# Mplusbar height [ px ]
export MBRHGT=22

# Mplusbar background color
export MBBGCL=#3322AA


# [ 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=#5544CC

# Pager active window color
export MBPGAW=$TSAU02

# Pager inactive window color
export MBPGIW=#449977

# Pager width [ px ]
export MPWDTH=32


# [ Clock ]

# Front space [ px ]
export MBSPCR=6

# Clock font
export MBFONT=mplus_s10r

# Clock font color
export MBFNCL=#999900

# 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=$TSAU02

# Pointer cursor color
export XTPTCR=$XTCRCL

# Selected text background color
export XTHLTT=$TSIA01


# 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
