mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
fb31e5a307
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
19 lines
464 B
Plaintext
Executable File
19 lines
464 B
Plaintext
Executable File
# 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/repo/.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"
|
|
include "/home/repo/.config/GIMP/2.10/gtkrc"
|
|
|
|
# end of themerc
|