home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / The GIMP 2.2.8 / gimp-2.2.8-i586-setup.exe / {app} / share / gimp / 2.0 / themes / Small / gtkrc
Encoding:
Text File  |  2005-06-30  |  2.4 KB  |  93 lines

  1. # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
  2. #
  3. # include "rc-file"
  4. #
  5. # style <name> [= <name>]
  6. # {
  7. #   <option>
  8. # }
  9. #
  10. # widget <widget_set>       style <style_name>
  11. # class  <widget_class_set> style <style_name>
  12.  
  13.  
  14. style "gimp-default-style"
  15. {
  16.   stock["gtk-dialog-error"] =
  17.     {
  18.       { "../Default/images/stock-error-64.png", *, *, "gtk-dialog" }
  19.     }
  20.   stock["gtk-dialog-info"] =
  21.     {
  22.       { "../Default/images/stock-info-64.png", *, *, "gtk-dialog" }
  23.     }
  24.   stock["gtk-dialog-question"] =
  25.     {
  26.       { "../Default/images/stock-question-64.png", *, *, "gtk-dialog" }
  27.     }
  28.   stock["gtk-dialog-warning"] =
  29.     {
  30.       { "../Default/images/stock-warning-64.png", *, *, "gtk-dialog" }
  31.     }
  32.  
  33.   font_name = "sans 8"
  34.  
  35. # Enabling the following line for some reason breaks toolbox resize
  36. # increment calculation. You can enable it to get an even smaller GUI
  37. # but need to restart GIMP after the theme change.
  38. #
  39. # GtkWidget::focus_padding         = 0
  40.  
  41.   GtkOptionMenu::indicator_size    = { 5, 11 }
  42.   GtkOptionMenu::indicator_spacing = { 4, 3, 1, 1 }
  43.  
  44.   GtkPaned::handle_size             = 5
  45.   GimpDock::separator_height        = 5
  46.   GimpDock::default_height          = 240
  47.   GimpImageDock::minimal_width      = 200
  48.   GimpImageDock::menu_preview_size  = small-toolbar
  49.   GimpToolbox::tool_icon_size       = menu
  50.   GimpToolbox::button_relief        = none
  51.   GimpDockbook::tab_border          = 0
  52.   GimpDockbook::tab_icon_size       = menu
  53.   GimpColorNotebook::tab_border     = 0
  54.   GimpColorNotebook::tab_icon_size  = menu
  55.   GimpDockable::content_border      = 1
  56.   GimpEditor::content_spacing       = 1
  57.   GimpEditor::button_spacing        = 1
  58.   GimpEditor::button_icon_size      = menu
  59.   GimpFrame::label_spacing          = 2
  60.   GtkDialog::content_area_border    = 0
  61.   GtkDialog::button_spacing         = 6
  62.   GtkDialog::action_area_border     = 12
  63.   GimpUnitComboBox::appears_as_list = 0
  64. }
  65.  
  66. class "GtkWidget" style "gimp-default-style"
  67.  
  68.  
  69. style "gimp-tool-dialog-style" = "gimp-default-style"
  70. {
  71.   GtkDialog::action_area_border = 6
  72. }
  73.  
  74. class "GimpToolDialog" style "gimp-tool-dialog-style"
  75.  
  76.  
  77. style "gimp-grid-view-style" = "gimp-default-style"
  78. {
  79.   bg[NORMAL] = { 1.0, 1.0, 1.0 }
  80. }
  81.  
  82. widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
  83.  
  84.  
  85. style "gimp-dockable-style" = "gimp-default-style"
  86. {
  87.   GimpFrame::label_bold         = 0
  88.   GtkButton::focus_line_width   = 0
  89.   GtkButton::focus_line_padding = 0
  90. }
  91.  
  92. widget "*GimpDockable.*" style "gimp-dockable-style"
  93.