mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 17:17:26 +00:00
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.
This commit is contained in:
@@ -22,6 +22,6 @@
|
||||
<color name="ic_launcher_background">#00AF9C</color>
|
||||
|
||||
<!-- 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>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user