Commit 675d6d83 authored by Nicholas's avatar Nicholas Committed by John Wu

Make dark theme cards slightly darker

Use #323232 instead of #424242

Of course this is just a suggestion, use other codes if you wish. I just find the current color a bit too light for a dark theme.
parent 6dc9ccad
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
<color name="ic_launcher_background">#00AF9C</color> <color name="ic_launcher_background">#00AF9C</color>
<!-- Card colors --> <!-- Card colors -->
<color name="card_background_color_dark">#ff424242</color> <color name="card_background_color_dark">#ff323232</color>
<color name="card_background_color_light">#ffffffff</color> <color name="card_background_color_light">#ffffffff</color>
</resources> </resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment