init
CI-Android APK / build (push) Failing after 4m27s

This commit is contained in:
soraefir
2026-05-23 15:09:28 +02:00
commit 5ee2041769
129 changed files with 19835 additions and 0 deletions
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="isDayMode">false</bool>
</resources>
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary">#72D1FF</color>
<color name="on_primary">#000000</color>
<color name="accent">#72D1FF</color>
<color name="surface">#121212</color>
<color name="on_surface">#ffffff</color>
<color name="bg_normal">#121212</color>
<color name="fg_default">#ffffff</color>
<color name="fg_default_low">#aaaaaa</color>
</resources>