Skip to content

Commit d41ad86

Browse files
committed
Adjusting colors
1 parent 25f75b5 commit d41ad86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/res/values/colors.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
<color name="text_shadow">#000000</color>
3737
<color name="vert_sep_color">#222222</color>
3838
<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>
39+
<color name="nav_button_text_light">#ffffff</color>
40+
<color name="nav_button_pressed">#1fb6ed</color>
41+
<color name="nav_button_disabled">#646464</color>
4242
<color name="nav_button_text_disabled">#464646</color>
43-
<color name="nav_background">#2f2f2f</color>
43+
<color name="nav_background">#666b73</color>
4444

4545
</resources>

0 commit comments

Comments
 (0)