# 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>


# 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-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
  GimpEditor::content_spacing      = 2
  GimpEditor::button_spacing       = 2
  GimpEditor::button_icon_size     = menu
  GtkDialog::content_area_border   = 0
  GtkDialog::button_spacing        = 4
  GtkDialog::action_area_border    = 4
}

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


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

class "*Ruler*" style "gimp-tiny-font-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"
