# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
#
# include "rc-file"
#
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>


gtk-can-change-accels = 1


# Don't define icons for the Default theme as they are compiled in
#
# include "imagerc"

# Do override some GTK stock icons however.

style "gimp-default-style"
{
#  stock["gtk-delete"] =
#    {
#      { "images/stock-delete-16.png", *, *, "gtk-button" },
#      { "images/stock-delete-16.png", *, *, *            }
#    }
#  stock["gtk-go-down"] =
#    {
#      { "images/stock-lower-16.png", *, *, "gtk-button" },
#      { "images/stock-lower-16.png", *, *, *            }
#    }
#  stock["gtk-go-up"] =
#    {
#      { "images/stock-raise-16.png", *, *, "gtk-button" },
#      { "images/stock-raise-16.png", *, *, *            }
#    }
#  stock["gtk-new"] =
#    {
#      { "images/stock-new-16.png", *, *, "gtk-button" },
#      { "images/stock-new-16.png", *, *, *            }
#    }
#  stock["gtk-paste"] =
#    {
#      { "images/stock-paste-16.png", *, *, "gtk-button" },
#      { "images/stock-paste-16.png", *, *, *            }
#    }
#  stock["gtk-refresh"] =
#    {
#      { "images/stock-refresh-16.png", *, *, "gtk-button" },
#      { "images/stock-refresh-16.png", *, *, *            }
#    }

  stock["gtk-dialog-error"] =
    {
      { "images/stock-error-64.png", *, *, "gtk-dialog" }
    }
  stock["gtk-dialog-info"] =
    {
      { "images/stock-info-64.png", *, *, "gtk-dialog" }
    }
  stock["gtk-dialog-question"] =
    {
      { "images/stock-question-64.png", *, *, "gtk-dialog" }
    }
  stock["gtk-dialog-warning"] =
    {
      { "images/stock-warning-64.png", *, *, "gtk-dialog" }
    }

  GtkPaned::handle_size            = 6
  GimpDock::separator_height       = 6
  GimpImageDock::minimal_width     = 250
  GimpImageDock::menu_preview_size = button
  GimpToolbox::tool_icon_size      = button
  GimpToolbox::button_relief       = none
  GimpDockbook::tab_border         = 0
  GimpDockbook::tab_size           = button
  GimpDockable::content_border     = 2
  GimpDockable::content_spacing    = 2
  GimpEditor::content_spacing      = 2
  GimpEditor::button_spacing       = 2
  GimpEditor::button_icon_size     = menu
}

class "GtkWidget" style "gimp-default-style"


style "gimp-tiny-font-style"
{
  font_name = "sans 8"
}

class "*Ruler*" style "gimp-tiny-font-style"


style "gimp-dialog-style"
{
  GtkDialog::content_area_border = 0
  GtkDialog::button_spacing      = 4
  GtkDialog::action_area_border  = 4
}

widget "*Gimp*Dialog*" style "gimp-dialog-style"


style "gimp-hscale-style"
{
  GtkRange::slider_width = 11
}

class "GtkHScale" style "gimp-hscale-style"


style "gimp-grid-view-style" = "gimp-dock-style"
{
  bg[NORMAL] = { 1.0, 1.0, 1.0 }
}

widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
