# pcomm gtkrc
#
# ư  ݴϴ.
# NORMAL 콺  ư   ְ
# PRELIGHT  ư 콺 ̵   ݴϴ.

# background  pixmap ϰ  쿡 pixmap_path
# ϰ  ּž մϴ.
pixmap_path "/usr/share/pixmaps:/usr/X11R6/share/gtkcomm/pixmap"

style "button"
{
    bg[NORMAL] = "#a6afbf"
    bg[PRELIGHT] = "#9b4a82"
}

# ư̳ ͹̳  κ ̳  ݴϴ.
style "normal"
{
   bg[NORMAL] = {0.6, 0.7, 0.75}
}

# ͹̳  ݴϴ.
style "term"
{
# dark pixmap background.  ο ׸ Ϸ gtkcommrc
#	TermNormFG             0
#	TermNormBG             7
# 
#	TermNormFG             7
#	TermNormBG             4
#   ٲټ.
#    bg_pixmap[NORMAL] = "bg.xpm"

    bg[NORMAL] = "#fefefe"
}

widget "*Button*" style "button"
widget "*Menu*" style "button"
widget "*main*" style "normal"
widget "*Term*" style "term"
