Browse Source

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>
master
Harsh Shandilya 4 years ago
parent
commit
6b1164ad8d
No known key found for this signature in database GPG Key ID: 366D7BBAD1031E80
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ui/src/main/res/values-night/colors.xml

+ 2
- 2
ui/src/main/res/values-night/colors.xml View File

@@ -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…
Cancel
Save