first commit

This commit is contained in:
klein panic
2024-09-29 01:05:25 -04:00
commit 2bcc806b8b
670 changed files with 96169 additions and 0 deletions

17
GIMP/2.10/themerc Normal file
View File

@@ -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/klein/.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/Dark/gtkrc"
include "/etc/gimp/2.0/gtkrc"
# end of themerc