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

Commit ce16d787 authored by Romain Guy's avatar Romain Guy
Browse files

Fixes #1890914.

Bright theme's background color should be #fff9f9f9 instead of pure white (#ffffffff).
parent b56736b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
*/
-->
<resources>
	<drawable name="screen_background_light">#ffffffff</drawable>
	<drawable name="screen_background_light">#fff9f9f9</drawable>
	<drawable name="screen_background_dark">#ff1a1a1a</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="dim_foreground_dark_inverse">#323232</color>
    <color name="dim_foreground_dark_inverse_disabled">#80323232</color>
    <color name="hint_foreground_dark">#808080</color>
    <color name="background_light">#ffffffff</color>
    <color name="background_light">#fff9f9f9</color>
    <color name="bright_foreground_light">#ff000000</color>
    <color name="bright_foreground_light_inverse">#ffffffff</color>
    <color name="bright_foreground_light_disabled">#80000000</color>
@@ -58,7 +58,7 @@
    <drawable name="editbox_dropdown_dark_frame">@drawable/editbox_dropdown_background_dark</drawable>
    <drawable name="editbox_dropdown_light_frame">@drawable/editbox_dropdown_background</drawable>
    
    <drawable name="input_method_fullscreen_background">#ffffffff</drawable>
    <drawable name="input_method_fullscreen_background">#fff9f9f9</drawable>
    
    <!-- For date picker widget -->
    <drawable name="selected_day_background">#ff0092f4</drawable>