diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-01-23 09:45:00 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-23 09:45:00 +0800 |
commit | 9693d9ee86e9dc188ca4f9816a9c4072808bc025 (patch) | |
tree | e4c563bb331e247629971a9cae1c91fc79f3f63c | |
parent | ecbf1b88f142319a37b688b1e9a40725c000a57d (diff) |
DeskClock: Pick colors from DeskClockGooglesugisawa
Well, feel better now.
Change-Id: I6a857676c75f9dc4186cb8ff2a33b940ffc5b88e
-rw-r--r-- | res/values/colors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 519b470ba..706eedec9 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -33,11 +33,11 @@ <color name="clock_gray">#B3FFFFFF</color> - <color name="default_background">#1A237E</color> + <color name="default_background">#202124</color> <!-- shadowColor for widget text --> <color name="widget_shadow_color">#000000</color> - <color name="accent_color">#FFEB40</color> - <color name="secondary_color">#2F378A</color> + <color name="accent_color">#8AB4F8</color> + <color name="secondary_color">#2A2B2E</color> </resources> |