ui: switch up dark theme system bars colors
The status bar color had a subtle transparency applied which caused inconsistencies, and the navigation bar color was the wrong shade of gray. Reported-by: Danny Lin <danny@kdrag0n.dev> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c68a5c776b
commit
6b1164ad8d
@ -12,8 +12,8 @@
|
||||
|
||||
<!-- Theme variables -->
|
||||
<color name="list_multiselect_background">#1aeeeeee</color>
|
||||
<color name="status_bar_color">#21242424</color>
|
||||
<color name="navigation_bar_color">#aa242424</color>
|
||||
<color name="status_bar_color">@color/primary_color</color>
|
||||
<color name="navigation_bar_color">#aa212121</color>
|
||||
|
||||
<!-- Log viewer tag colors -->
|
||||
<color name="debug_tag_color">#aaaaaa</color>
|
||||
|
Loading…
Reference in New Issue
Block a user