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


style "gimp-normal-font-style"
{
  font_name = "sans 12"
}

style "gimp-small-font-style"
{
  font_name = "sans 11"
}

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


class "GtkWidget" style "gimp-normal-font-style"

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 "*GimpDialog*" style "gimp-dialog-style"


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

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


style "gimp-dock-style" = "gimp-small-font-style"
{
  GimpDock::separator_height           = 6
  GimpDockbook::tab_border             = 0
  GimpDockable::content_border         = 2
  GimpContainerView::content_spacing   = 2
  GimpContainerView::button_spacing    = 2
  GimpContainerEditor::content_spacing = 2
  GimpContainerEditor::button_spacing  = 2
}

widget "*Gimp*Dock*" style "gimp-dock-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"


style "gimp-tooltips"
{
  fg[NORMAL] = { 0.0,  0.0,  0.0  }
  bg[NORMAL] = { 0.94, 0.90, 0.54 }
}

widget "gtk-tooltips" style "gimp-tooltips"
