Merge pull request #551 from atahabaki/splash-screen-bg-fix-469

Splash screen background color (fix for #469)
This commit is contained in:
Tornike Khintibidze 2021-05-13 13:07:10 +04:00 committed by GitHub
commit 4167aa422e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--Splash screen color for dark/night theme-->
<color name="splash">#131317</color>
</resources>

View File

@ -12,6 +12,7 @@
<color name="Gray">#5F5E5E</color>
<color name="White">#ffffff</color>
<color name="Black">#000000</color>
<color name="splash">#131317</color>
<!--Splash screen color for light/day theme-->
<color name="splash">#cfcfcf</color>
</resources>