gimp/etc/gtkrc
Michael Natterer d3e0332f8d configure.in themes/Makefile.am themes/Small/.cvsignore
2003-11-16  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* themes/Makefile.am
	* themes/Small/.cvsignore
	* themes/Small/Makefile.am
	* themes/Small/gtkrc: added a "Small" theme so users don't have to
	edit their ~/.gimp-1.3/gtkrc to get the smaller look.

	* app/widgets/gimpdock.c: use "gimp-dock-separator", not just
	"dock-separator" as widget name.

	* etc/gtkrc: changed accordingly. Removed small style since it is
	a theme now. Cleanup.
2003-11-16 18:56:41 +00:00

41 lines
896 B
Plaintext

# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
#
# include "rc-file"
#
# style <name> [= <name>]
# {
# <option>
# }
#
# widget <widget_set> style <style_name>
# class <widget_class_set> style <style_name>
#
# You can add your own GIMP-specific GTK styles here.
#
# Example keybinding to remap Help to F2
#
binding "gimp-help-binding"
{
bind "F2" { "show-help" (255) }
bind "KP_F2" { "show-help" (255) }
bind "<shift>F2" { "show-help" (whats-this) }
bind "<shift>KP_F2" { "show-help" (whats-this) }
bind "<ctrl>F2" { "show-help" (tooltip) }
bind "<ctrl>KP_F2" { "show-help" (tooltip) }
}
# class "GtkWidget" binding "gimp-help-binding"
#
# The dock separator DND highlight color is configurable.
#
style "gimp-red-separator-style"
{
bg[SELECTED] = "#aa2448"
}
# widget "*gimp-dock-separator*" style "gimp-red-separator-style"