Revert "[android] Change logo to black for Türkiye and Syria"

This reverts commit 9863209799.

Signed-off-by: meenbeese <meenbeese@tutanota.com>
This commit is contained in:
meenbeese 2023-08-27 19:10:59 -04:00 committed by Roman Tsisyk
parent c098d51e76
commit 30eb085969
6 changed files with 1 additions and 11 deletions

View file

@ -1 +0,0 @@
../values-tr/colors.xml

View file

@ -1 +0,0 @@
../values-tr/colors.xml

View file

@ -1 +0,0 @@
../values-tr/colors.xml

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- 2023 TurkeySyria earthquake //-->
<color name="logo">@color/black_primary</color>
</resources>

View file

@ -62,8 +62,6 @@
<color name="divider">#1E000000</color>
<color name="divider_night">#1EFFFFFF</color>
<color name="logo">#006C35</color>
<!-- Backgrounds -->
<color name="bg_window">#FFEEEEEE</color>
<color name="bg_window_night">#FF32363A</color>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">@color/logo</color>
<color name="ic_launcher_background">#006C35</color>
</resources>