summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0005-theme.patch
blob: af9a3ab54826c1d7ca73fc9522aafbfaf1c05322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting theme to "system".

diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h
--- inkscape.orig/src/preferences-skeleton.h
+++ inkscape/src/preferences-skeleton.h
@@ -508,12 +508,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"/>