We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f75b5 commit d41ad86Copy full SHA for d41ad86
app/res/values/colors.xml
@@ -36,10 +36,10 @@
36
<color name="text_shadow">#000000</color>
37
<color name="vert_sep_color">#222222</color>
38
<color name="background_selected">#1fb6ed</color>
39
- <color name="nav_button_text_light">#A6A6A6</color>
40
- <color name="nav_button_pressed">#5A5A5A</color>
41
- <color name="nav_button_disabled">#252525</color>
+ <color name="nav_button_text_light">#ffffff</color>
+ <color name="nav_button_pressed">#1fb6ed</color>
+ <color name="nav_button_disabled">#646464</color>
42
<color name="nav_button_text_disabled">#464646</color>
43
- <color name="nav_background">#2f2f2f</color>
+ <color name="nav_background">#666b73</color>
44
45
</resources>
0 commit comments