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 00:54:15 +02:00
parent 611bb38aaf
commit ab00bfc9bf
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,22 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting default to non-dark theme.
diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h
--- inkscape.orig/src/preferences-skeleton.h
+++ inkscape/src/preferences-skeleton.h
@@ -532,12 +532,12 @@ static char const preferences_skeleton[]
flattening="0" />
<group
id="theme"
- defaultPreferDarkTheme="1"
+ defaultPreferDarkTheme="0"
defaultIconTheme="multicolor"
defaultGtkTheme="Adwaita"
narrowSpinButton="1"
- preferDarkTheme="1"
- darkTheme="1"
+ preferDarkTheme="0"
+ darkTheme="0"
symbolicIcons="1"
symbolicDefaultBaseColors="1"
symbolicDefaultHighColors="0"/>

View file

@ -13,3 +13,4 @@ progress-linux/0001-enable-sort-attributes.patch
progress-linux/0002-disable-savewindowgeometry.patch
progress-linux/0003-disable-savedialogposition.patch
progress-linux/0004-disable-savedocviewport.patch
progress-linux/0005-dark-theme.patch