1
0
Fork 0

Setting default to non-dark theme.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-23 01:01:30 +02:00
parent 8fb223d286
commit 0e21e511d4
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting default to non-dark theme.
diff -Naurp gimp.orig/etc/gimprc.in gimp/etc/gimprc.in
--- gimp.orig/etc/gimprc.in
+++ gimp/etc/gimprc.in
@@ -785,7 +785,7 @@
# The name of the theme to use. Possible values are yes and no.
#
-# (prefer-dark-theme yes)
+(prefer-dark-theme no)
# Sets the icon theme search path. This is a colon-separated list of folders
# to search.

View file

@ -1,3 +1,4 @@
progress-linux/0001-default-font.patch
progress-linux/0002-global-font.patch
progress-linux/0003-toolbox-wilber.patch
progress-linux/0004-dark-theme.patch