# # $Id: gtkrc,v 0.4 2001/03/03 03:50:23 dengen Exp $ # # $Log: gtkrc,v $ # Revision 0.4 2001/03/03 03:50:23 dengen # added small_radio_buttons option # # Revision 0.3 2000/11/10 17:18:56 dengen # really draw all buttons same size, put default button in sunken box, # add option to draw a focused indicator on buttons # # Revision 0.2 2000/09/19 03:08:54 dengen # added flat_tooltips option # # Revision 0.1 1999/12/30 20:56:42 dengen # Initial # # # Edit these colors and fonts however you like. style "default" { fg[NORMAL] = "#000000" fg[ACTIVE] = "#000000" fg[PRELIGHT] = "#FFFFFF" fg[SELECTED] = "#FFFFFF" fg[INSENSITIVE] = "#747474" bg[NORMAL] = "#C5C2C5" bg[ACTIVE] = "#A6A3A6" bg[PRELIGHT] = "#31659C" # mouse over highlight color bg[SELECTED] = "#336699" # progress bar bg[INSENSITIVE] = "#CFCCCF" base[NORMAL] = "#B6B3B6" # list item background base[ACTIVE] = "#B6B3B6" # list item seperator base[PRELIGHT] = "#FF0000" base[INSENSITIVE] = "#D3D3DD" text[INSENSITIVE] = "#D3D3DD" # 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... draw_button_focus = FALSE flat_progress = FALSE flat_active_arrows = TRUE flat_tooltips = FALSE small_menu_arrows = TRUE small_radio_buttons = TRUE } } style "user-tooltip" { # bg[NORMAL] = "#E5CC50" # yellow bg[NORMAL] = "#31659C" fg[NORMAL] = "#FFFFFF" font="-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-iso8859-1" } widget "*" style "default" widget "*tooltip*" style "user-tooltip"