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

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

style "button"
{
    bg[NORMAL] = { 0.863, 0.863, 0.863 }
    bg[PRELIGHT] = { 0.863, 0.863, 0.863 }
}

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

# ͹̳  ݴϴ.
style "term"
{
   #bg[NORMAL] = {0.1, 0.1, 0.5}
   bg_pixmap[NORMAL] = "bg.xpm"
}

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