forked from joejulian/gio
84d4800a16
While launching an app on Android, the hard-coded theme is used for the color. That color is by default black, and results in a jarring transition to the actual app background. The default Gio color is white, so use that for the theme background as well. This change will break for "dark mode" programs and similar. A future improvement would be to reflect the actual app background in the theme. Signed-off-by: Elias Naur <mail@eliasnaur.com>