aboutsummaryrefslogtreecommitdiff
path: root/.themes/Relax-GTK/gtk-2.0/apps/gimp.rc
diff options
context:
space:
mode:
Diffstat (limited to '.themes/Relax-GTK/gtk-2.0/apps/gimp.rc')
-rwxr-xr-x.themes/Relax-GTK/gtk-2.0/apps/gimp.rc83
1 files changed, 83 insertions, 0 deletions
diff --git a/.themes/Relax-GTK/gtk-2.0/apps/gimp.rc b/.themes/Relax-GTK/gtk-2.0/apps/gimp.rc
new file mode 100755
index 000000000..490880394
--- /dev/null
+++ b/.themes/Relax-GTK/gtk-2.0/apps/gimp.rc
@@ -0,0 +1,83 @@
+# ==============================================================================
+# GIMP SPECIFIC SETTINGS
+# ==============================================================================
+
+# TODO: This could really look nicer
+style "gimp_spin_scale" {
+
+ # Spin background
+ bg[NORMAL] = @base_color
+
+ engine "pixmap" {
+
+ image {
+ function = BOX
+ state = NORMAL
+ detail = "spinbutton_up"
+ overlay_file = "assets/spin-up.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = PRELIGHT
+ detail = "spinbutton_up"
+ overlay_file = "assets/spin-up.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = ACTIVE
+ detail = "spinbutton_up"
+ overlay_file = "assets/spin-up.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = INSENSITIVE
+ detail = "spinbutton_up"
+ overlay_file = "assets/spin-up-insensitive.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = NORMAL
+ detail = "spinbutton_down"
+ overlay_file = "assets/spin-down.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = PRELIGHT
+ detail = "spinbutton_down"
+ overlay_file = "assets/spin-down.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = ACTIVE
+ detail = "spinbutton_down"
+ overlay_file = "assets/spin-down.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = INSENSITIVE
+ detail = "spinbutton_down"
+ overlay_file = "assets/spin-down-insensitive.png"
+ overlay_stretch = FALSE
+ }
+
+ }
+
+}
+
+
+# Disable spin button assets for GimpSpinScale
+class "GimpSpinScale" style "gimp_spin_scale" \ No newline at end of file