Setting default to non-dark theme.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
611bb38aaf
commit
ab00bfc9bf
2 changed files with 23 additions and 0 deletions
22
debian/patches/progress-linux/0005-dark-theme.patch
vendored
Normal file
22
debian/patches/progress-linux/0005-dark-theme.patch
vendored
Normal 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"/>
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue