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

# Background Image or color
export BCKGND="xsetroot -solid black"




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

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

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

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

# Title shadow color
export CS02FS=#000000

# Frame color
export CS02BG=$CS02FG

# Frame hilite color
export CS02HI=

# Frame shadow color
export CS02SH=

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

# 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=#004422
export BSAU02=$CS02FG

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


# [ Inactive ]

# Title color
export CS01FG=#555588

# Title shadow color
export CS01FS=#000000

# Frame color
export CS01BG=$CS01FG

# Frame hilite color
export CS01HI=

# Frame shadow color
export CS01SH=

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

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




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

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

# Menu color
export CS03FG=$CS01FG

# Menu shadow color
export CS03FS=#111111

# Menu background color
export CS03BG=$CS03FS

# Menu separator hilite and border hilite
export CS03HI=$CS03FS

# Menu separator shadow and border shadow
export CS03SH=$CS03FS

# Menu border width
export MNBDWD=0


# [ Selected ]

# Menu color
export CS04FG=$CS02FG

# Menu shadow color
export CS04FS=$CS03FS

# Menu background color
export CS04BG=$CS03FS

# Menu separator hilite
export CS04HI=$CS03FS

# Menu separator shadow
export CS04SH=$CS03FS




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

# Cursor color
export CRSCOL=$BSIA01

# Cursor background color
export CSBGCL=#FFFFFF




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

# Mplusbar height [ px ]
export MBRHGT=22

# Mplusbar background color
export MBBGCL=$CS02FS


# [ Title ]

# Title text
export MTTEXT="M+"

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

# Title font color
export MTFNCL=$CS01FG

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

# Title width [ px ]
export MTWDTH=22


# [ Pager ]

# Pager grid color
export MBPGFC=$MBBGCL

# Pager background color
export MBPGBC=#000000

# Pager active window color
export MBPGAW=$CS02FG

# 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_q06r

# Clock font color
export MBFNCL=$MTFNCL

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

# Clock width [ px ]
export MCWDTH=166




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


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

# Background color
export XTBGCL=$CS02FS

# Font color
export XTFGCL=#888888

# Cursor color
export XTCRCL=$CS01FG

# 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
