gimprc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # GIMP gimprc
  2. #
  3. # This is your personal gimprc file. Any variable defined in this file takes
  4. # precedence over the value defined in the system-wide gimprc:
  5. # /etc/gimp/2.0/gimprc
  6. # Most values can be set within GIMP by changing some options in the
  7. # Preferences dialog.
  8. (interpolation-type lanczos)
  9. (default-grid
  10. (style solid)
  11. (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000))
  12. (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
  13. (xspacing 15.000000)
  14. (yspacing 15.000000)
  15. (spacing-unit inches)
  16. (xoffset 0.000000)
  17. (yoffset 0.000000)
  18. (offset-unit inches))
  19. (default-view
  20. (show-menubar yes)
  21. (show-statusbar yes)
  22. (show-rulers yes)
  23. (show-scrollbars yes)
  24. (show-selection yes)
  25. (show-layer-boundary yes)
  26. (show-guides yes)
  27. (show-grid no)
  28. (show-sample-points yes)
  29. (padding-mode custom)
  30. (padding-color (color-rgb 0.368627 0.323814 0.323814)))
  31. (default-fullscreen-view
  32. (show-menubar yes)
  33. (show-statusbar yes)
  34. (show-rulers yes)
  35. (show-scrollbars yes)
  36. (show-selection yes)
  37. (show-layer-boundary yes)
  38. (show-guides yes)
  39. (show-grid no)
  40. (show-sample-points yes)
  41. (padding-mode custom)
  42. (padding-color (color-rgb 0.321569 0.305175 0.305175)))
  43. (theme "Gimp-CC-Theme-Darker")
  44. # end of gimprc