
# Modification du thme "Default" fourni avec Gimp 2.7 pour imposer des couleurs
# SAMJ le 17 aot 2011

# modifications images de fond et police de caractres SAMJ les 25 & 26 juillet 2012

gtk-font-name = "sans 18"


# 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" }
    }
	
# font_name = "sans 14"
	
  #
  bg_pixmap[NORMAL] = "images/gris_1.png"  
  #
  bg[NORMAL] = "#fcfcfc"
  #
  base[NORMAL] = "#f7f7f7"
  #
  text[NORMAL] = "#070707"
  #
  fg[NORMAL] = "#070707"
  
  #
  bg[INSENSITIVE] = "#d0d0d0"  
  #
  base[INSENSITIVE] = "#e7ebf0"
  #
  text[INSENSITIVE] = "#000000"
  #
  fg[INSENSITIVE] = "#a0a0a0"
  
  # bleu fonc
  base[SELECTED] = "#4b6983"
  # bleu fonc
  bg[SELECTED] = "#6d99bf" 
  #
  text[SELECTED] = "#ffffff"
  #
  fg[SELECTED] = "#ffffff"
  
  #
  bg[PRELIGHT] = "#e7e7e7"
  #
  base[PRELIGHT] = "#f0f0f0"
  #
  text[PRELIGHT] = "#101010"
  #
  fg[PRELIGHT] = "#808080"
  
  #
  bg[ACTIVE] = "#d0d0d0"
  #bleu fonc
  base[ACTIVE] = "#4b6983"
  #
  text[ACTIVE] = "#ffffff"
  #
  fg[ACTIVE] = "#000000"
  
 
  GtkPaned::handle-size             = 6
  GimpDockWindow::default-height    = 300
  GimpDock::font-scale              = 0.8333
  GimpMenuDock::minimal-width       = 200
  GimpDockWindow::menu-preview-size = button
  GimpToolPalette::tool-icon-size   = button
  GimpToolPalette::button-relief    = none
  GimpDockbook::tab-border          = 0
  GimpDockbook::tab-icon-size       = button
  GimpColorNotebook::tab-border     = 0
  GimpColorNotebook::tab-icon-size  = button
  GimpDeviceEditor::handle-size     = 12
  GimpDockable::content-border      = 2
  GimpEditor::content-spacing       = 2
  GimpEditor::button-spacing        = 2
  GimpEditor::button-icon-size      = menu
  GimpDataEditor::minimal-height    = 96
  GtkDialog::content-area-border    = 0
  GtkDialog::button-spacing         = 6
  GtkDialog::action-area-border     = 12
  GimpUnitComboBox::appears-as-list = 0
}

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


style "gimp-tool-dialog-style" = "gimp-default-style"
{
  GtkDialog::action-area-border = 6
 
}

class "GimpToolDialog" style "gimp-tool-dialog-style"


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

}

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


style "gimp-dockable-style" = "gimp-default-style"
{
  GimpFrame::label-bold       = 0
  GimpFrame::label-spacing    = 2
  GtkButton::focus-line_width = 1
  GtkButton::focus-padding    = 0
  #
  bg_pixmap[NORMAL] = "images/gris_2.png"    
  #
  bg[NORMAL] = "#ffffff"
  #
  base[NORMAL] = "#ffffff"
  # bleu fonc
  base[SELECTED] = "#4b6983"
}

widget "*GimpDockable.*" style "gimp-dockable-style"


style "gimp-display-style" = "gimp-default-style"
{
  GimpRuler::font-scale          = 0.8333
  GimpUnitComboBox::label-scale  = 0.8333
  GimpScaleComboBox::label-scale = 0.8333
  GtkComboBox::arrow-size        = 8
  GtkButton::inner-border        = { 0, 0, 0, 0 }
  GtkButton::focus-line_width    = 0
  GtkButton::focus-padding       = 0
 
}

widget "*GimpDisplayShell.*" style "gimp-display-style"


style "gimp-overlay-style" = "gimp-display-style"
{
  GtkButton::focus-line_width = 1

}

widget_class "*<GimpOverlayFrame>*" style "gimp-overlay-style"


#donner un contour sur le bouton pour le focus
GtkButton::focus-line-width = 1

#dplacement lors de l'appui
GtkButton::child-displacement-x = 1
GtkButton::child-displacement-y = 1

#contour des boutons
GtkButton::default-border = {0,0,0,0}
GtkButton::default-outside-border = {0,0,0,0}
GtkButton::inner-border = {0,0,0,0}

#espacement de l'image dans le bouton par rapport au texte
GtkButton::image-spacing = 8


