#
# $Id: gtkrc,v 0.1 1999/12/30 20:56:42 dengen Exp $
#
# $Log: gtkrc,v $
# Revision 0.1  1999/12/30 20:56:42  dengen
# Initial
#
#
# Edit these colors and fonts however you like.
style "default"
{

base[NORMAL] = "#b7bbbf"
base[ACTIVE] = "#000000"

bg[NORMAL] = "#dedede"
bg[SELECTED] = "#1e90ff"
bg[INSENSITIVE] = "#b7bbbf"
bg[ACTIVE] = "#80aad6"
bg[PRELIGHT] = "#c5c9cc"

fg[NORMAL] = "#000000"
fg[SELECTED] = "#000000"
fg[ACTIVE] = "#000000"
fg[PRELIGHT] = "#000000"

text[INSENSITIVE] = "#606557"


 # Run time configurables for the clean engine
  engine "clean"
  {
    # use only black and white for drawing 3d reliefs...
    black_and_white = TRUE

    # or set your own light/darkness multpliers for 3d reliefs
    #lightness_multiplier = 1.7
    #darkness_multiplier =  0.3

    # Just try changing these to see the (subtle) difference...
    flat_progress = FALSE
    flat_active_arrows = TRUE
    small_menu_arrows = TRUE
  }
}

widget "*" style "default"
