Version 0.34 of easy-deb-chroot Fremantle, LXDE works now.
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / home / user / .gimp-2.6 / gtkrc
diff --git a/fremantle/easy-deb-chroot/src/home/user/.gimp-2.6/gtkrc b/fremantle/easy-deb-chroot/src/home/user/.gimp-2.6/gtkrc
new file mode 100644 (file)
index 0000000..5d5cf78
--- /dev/null
@@ -0,0 +1,35 @@
+# 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.
+
+
+#
+# Adjust the size of previews in plug-in dialogs:
+#
+style "gimp-large-preview"
+{
+  GimpPreview::size = 256
+}
+
+# class "GimpPreview" style "gimp-large-preview"
+
+
+#
+# Change the dock separator DND highlight color:
+#
+style "gimp-red-separator-style"
+{
+  bg[SELECTED] = "#aa2448"
+}
+
+# widget "*gimp-dock-separator*" style "gimp-red-separator-style"