2001-07-25 08:22:55 -07:00
|
|
|
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
|
|
|
|
|
#
|
|
|
|
|
# include "rc-file"
|
|
|
|
|
#
|
1997-11-24 14:05:25 -08:00
|
|
|
# style <name> [= <name>]
|
|
|
|
|
# {
|
|
|
|
|
# <option>
|
|
|
|
|
# }
|
|
|
|
|
#
|
|
|
|
|
# widget <widget_set> style <style_name>
|
|
|
|
|
# widget_class <widget_class_set> style <style_name>
|
|
|
|
|
|
2001-07-25 08:22:55 -07:00
|
|
|
|
2001-08-05 13:34:10 -07:00
|
|
|
# Don't define icons for the Default theme as they are compiled in
|
|
|
|
|
#
|
|
|
|
|
# include "imagerc"
|
|
|
|
|
|
2002-01-09 12:39:49 -08:00
|
|
|
# Do override some GTK stock icons however.
|
|
|
|
|
|
2002-03-15 07:09:58 -08:00
|
|
|
style "gimp-default-style"
|
2002-01-09 12:39:49 -08:00
|
|
|
{
|
|
|
|
|
stock["gtk-dialog-error"] =
|
|
|
|
|
{
|
2016-09-02 03:30:49 -07:00
|
|
|
{ "../../icons/Color/64x64/apps/gimp-error.png", *, *, "gtk-dialog" }
|
2002-01-09 12:39:49 -08:00
|
|
|
}
|
|
|
|
|
stock["gtk-dialog-info"] =
|
|
|
|
|
{
|
2016-09-02 03:30:49 -07:00
|
|
|
{ "../../icons/Color/64x64/apps/gimp-info.png", *, *, "gtk-dialog" }
|
2002-01-09 12:39:49 -08:00
|
|
|
}
|
|
|
|
|
stock["gtk-dialog-question"] =
|
|
|
|
|
{
|
2016-09-02 03:30:49 -07:00
|
|
|
{ "../../icons/Color/64x64/apps/gimp-question.png", *, *, "gtk-dialog" }
|
2002-01-09 12:39:49 -08:00
|
|
|
}
|
|
|
|
|
stock["gtk-dialog-warning"] =
|
|
|
|
|
{
|
2016-09-02 03:30:49 -07:00
|
|
|
{ "../../icons/Color/64x64/apps/gimp-warning.png", *, *, "gtk-dialog" }
|
2002-01-09 12:39:49 -08:00
|
|
|
}
|
2002-03-15 07:09:58 -08:00
|
|
|
|
2017-03-23 20:35:45 -07:00
|
|
|
# Uncommenting this line allows to set a different font for GIMP.
|
|
|
|
|
#
|
|
|
|
|
# font_name = "sans 10"
|
|
|
|
|
|
2008-09-18 02:33:20 -07:00
|
|
|
GtkPaned::handle-size = 6
|
2009-09-13 02:23:02 -07:00
|
|
|
GimpDockWindow::default-height = 300
|
2009-12-03 14:08:30 -08:00
|
|
|
GimpDock::font-scale = 0.8333
|
2008-09-18 02:33:20 -07:00
|
|
|
GimpMenuDock::minimal-width = 200
|
2009-12-05 12:20:18 -08:00
|
|
|
GimpDockWindow::menu-preview-size = button
|
2010-11-19 14:52:09 -08:00
|
|
|
GimpToolPalette::tool-icon-size = button
|
|
|
|
|
GimpToolPalette::button-relief = none
|
2008-09-18 02:33:20 -07:00
|
|
|
GimpDockbook::tab-border = 0
|
|
|
|
|
GimpDockbook::tab-icon-size = button
|
|
|
|
|
GimpColorNotebook::tab-border = 0
|
|
|
|
|
GimpColorNotebook::tab-icon-size = button
|
2011-01-19 10:07:13 -08:00
|
|
|
GimpDeviceEditor::handle-size = 12
|
2008-09-18 02:33:20 -07:00
|
|
|
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
|
2002-01-09 12:39:49 -08:00
|
|
|
}
|
|
|
|
|
|
2002-03-15 07:09:58 -08:00
|
|
|
class "GtkWidget" style "gimp-default-style"
|
2002-01-09 12:39:49 -08:00
|
|
|
|
2001-08-05 13:34:10 -07:00
|
|
|
|
2004-05-04 17:01:19 -07:00
|
|
|
style "gimp-tool-dialog-style" = "gimp-default-style"
|
|
|
|
|
{
|
2008-09-18 02:33:20 -07:00
|
|
|
GtkDialog::action-area-border = 6
|
2004-05-04 17:01:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
class "GimpToolDialog" style "gimp-tool-dialog-style"
|
|
|
|
|
|
|
|
|
|
|
2003-09-21 12:35:54 -07:00
|
|
|
style "gimp-grid-view-style" = "gimp-default-style"
|
2001-10-22 05:13:44 -07:00
|
|
|
{
|
|
|
|
|
bg[NORMAL] = { 1.0, 1.0, 1.0 }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
|
2003-09-21 12:35:54 -07:00
|
|
|
|
|
|
|
|
|
2004-05-02 17:10:24 -07:00
|
|
|
style "gimp-dockable-style" = "gimp-default-style"
|
2003-09-21 12:35:54 -07:00
|
|
|
{
|
2008-09-18 02:33:20 -07:00
|
|
|
GimpFrame::label-bold = 0
|
|
|
|
|
GimpFrame::label-spacing = 2
|
2013-06-08 12:59:32 -07:00
|
|
|
GtkWidget::focus-line_width = 1
|
|
|
|
|
GtkWidget::focus-padding = 0
|
2003-09-21 12:35:54 -07:00
|
|
|
}
|
|
|
|
|
|
2004-05-02 17:10:24 -07:00
|
|
|
widget "*GimpDockable.*" style "gimp-dockable-style"
|
2008-04-13 10:01:19 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
style "gimp-display-style" = "gimp-default-style"
|
|
|
|
|
{
|
2008-10-04 14:47:53 -07:00
|
|
|
GimpRuler::font-scale = 0.8333
|
2008-04-13 10:01:19 -07:00
|
|
|
GimpUnitComboBox::label-scale = 0.8333
|
|
|
|
|
GimpScaleComboBox::label-scale = 0.8333
|
2008-04-29 02:17:14 -07:00
|
|
|
GtkComboBox::arrow-size = 8
|
2008-05-08 07:36:17 -07:00
|
|
|
GtkButton::inner-border = { 0, 0, 0, 0 }
|
2013-06-08 12:59:32 -07:00
|
|
|
GtkWidget::focus-line_width = 1
|
|
|
|
|
GtkWidget::focus-padding = 0
|
2008-04-13 10:01:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
widget "*GimpDisplayShell.*" style "gimp-display-style"
|