Skip to content

Commit

Permalink
redesign: add all necessary colors (openMF#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchtgpt authored and garvit984 committed Jun 11, 2020
1 parent f422a39 commit 7e4e533
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">


<color name="dashboard_gray_background">#B2C1C8</color>
Expand All @@ -11,6 +11,9 @@
<color name="colorAccent">#FF4081</color>

<color name="white">#ffffff</color>
<color name="violet">#4C56C0</color>
<color name="offwhite">#EBECF0</color>

<!-- A light Holo shade of blue -->
<color name="blue_light">#ff33b5e5</color>
<!-- A light Holo shade of gray -->
Expand Down Expand Up @@ -39,6 +42,8 @@
<color name="gray_bright">#33CCCCCC</color>

<color name="blue">#0a46b1</color>
<color name="light_gray">#AFADB5</color>
<color name="dark_gray">#7A7A7A</color>

<color name="blue_light_alert_background">#c9d8e9</color>
<!--Black-->
Expand All @@ -59,6 +64,11 @@
<color name="base10">#eaeaea</color>
<color name="base30">#c1c1c1</color>

<!--Default BoxStokeColor of EditText-->
<color name="mtrl_textinput_default_box_stroke_color" tools:override="true">#4C56C0</color>

<!--Accounts Screen-->
<color name="foreground_text_btn">#5861C4</color>

<!--Swipe Refresh Colors-->
<array name="swipeRefreshColors">
Expand Down

0 comments on commit 7e4e533

Please sign in to comment.