# gtkrc generated automatically by make-gtkrc.pl

#  gtkrc -- gtkrc for crux-engine themes
#
#  Copyright (C) 2000, 2001 Eazel, Inc.
#
#  This program is free software; you can redistribute it and/or
#  modify it under the terms of the GNU General Public License as
#  published by the Free Software Foundation; either version 2 of the
#  License, or (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#  General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#  $Id: gtkrc,v 1.8 2006/07/18 20:40:59 thos Exp $
#
#  Authors: John Harper <jsh@eazel.com>

# Default style for all widgets to build from
style "default"
{

  GtkRange::slider_width = 13
  GtkRange::stepper_size = 13
  GtkRange::trough_border = 1

  GtkScale::slider_width = 12
  GtkScale::stepper_size = 12
  GtkScale::trough_border = 0

  GtkScale::slider_length = 16
  GtkCheckButton::indicator_size = 12
  GtkCheckButton::indicator_spacing = 3
  GtkCheckMenuItem::indicator_size = 10

  GtkOptionMenu::indicator_size = { 11, 6 }
  GtkOptionMenu::indicator_spacing = { 30, 5, 2, 2 }

  GtkScrollbar::min_slider_length = 25

  fg[NORMAL] = "#000000"
  fg[ACTIVE] = "#000000"
  fg[PRELIGHT] = "#000000"
  fg[SELECTED] = "#ffffff"
  fg[INSENSITIVE] = "#555555"

  bg[NORMAL] = "#d3d7cf"
  bg[ACTIVE] = "#a3a69f"
  bg[PRELIGHT] = "#ededeb"
  bg[INSENSITIVE] = "#c4c6c0"
  bg[SELECTED] = "#75507b"

  text[NORMAL] = "#000000"
  text[ACTIVE] = "#000000"
  text[PRELIGHT] = "#000000"
  text[INSENSITIVE] = "#000000"

  base[NORMAL] = "#ffffff"
  base[PRELIGHT] = "#000000"
  base[INSENSITIVE] = "#dddddd"
  base[SELECTED] = "#75507b"

  engine "crux-engine" {  }
}

# common default
class "GtkWidget" style "default"

# Style used for (prelighted) menu items
style "menuitem"
{
  fg[PRELIGHT] = "#ffffff"
  bg[PRELIGHT] = "#75507b"
}

class "GtkMenuItem" style "menuitem"
widget_class "*.*MenuItem.*" style "menuitem"


style "menu"
{
  xthickness = 3
}

# This enables gradiented menu backgrounds
class "GtkMenu" style "menu"

style "entry"
{
  xthickness = 3
  ythickness = 3

  engine "crux-engine"
  {
    thickness = 3
  }
}

# some extra padding around text entries, so the focus marking fits
class "GtkEntry" style "entry"
class "GtkText" style "entry"

style "trough"
{
   bg[NORMAL] = "#c4c6c0"
}
class "GtkProgressBar" style "trough"
