changing the default widget colors to white on transparent bg

This commit is contained in:
tibbi
2022-10-14 11:48:01 +02:00
parent dcf7498ea2
commit 55d6205547
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="default_widget_bg_color">0</integer> <!-- transparet -->
<integer name="default_widget_text_color">-1</integer> <!-- #FFFFFFFF -->
</resources>