Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0adb443a authored by Adam Powell's avatar Adam Powell
Browse files

Match legacy theme colors with gingerbread

Change-Id: I57904c0271953fc55d08a8a51be3dfc9ee02e416
parent d6320523
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
*/
-->
<resources>
	  <drawable name="screen_background_light">#fff3f3f3</drawable>
	  <drawable name="screen_background_light">#ffffffff</drawable>
	  <drawable name="screen_background_dark">#ff000000</drawable>
    <drawable name="status_bar_closed_default_background">#ff000000</drawable>
    <drawable name="status_bar_opened_default_background">#ff000000</drawable>
@@ -37,7 +37,7 @@
    <color name="black">#ff000000</color>
    <color name="transparent">#00000000</color>
    <color name="background_dark">#ff000000</color>
    <color name="background_light">#fff3f3f3</color>
    <color name="background_light">#ffffffff</color>
    <color name="bright_foreground_dark">@android:color/background_light</color>
    <color name="bright_foreground_light">@android:color/background_dark</color>
    <color name="bright_foreground_dark_disabled">#80ffffff</color>