diff options
Diffstat (limited to 'GIMP/2.10/themerc')
| -rwxr-xr-x | GIMP/2.10/themerc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/GIMP/2.10/themerc b/GIMP/2.10/themerc new file mode 100755 index 0000000..8c6bf9d --- /dev/null +++ b/GIMP/2.10/themerc @@ -0,0 +1,17 @@ +# GIMP themerc +# +# This file is written on GIMP startup and on every theme change. +# It is NOT supposed to be edited manually. Edit your personal +# gtkrc file instead (/home/train/.config/GIMP/2.10/gtkrc). + +style "gimp-spin-scale-style" +{ + GimpSpinScale::compact = 1 +} + +class "GimpSpinScale" style "gimp-spin-scale-style" + +include "/usr/share/gimp/2.0/themes/System/gtkrc" +include "/etc/gimp/2.0/gtkrc" + +# end of themerc |
