diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2014-10-15 19:57:38 +0400 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2014-10-15 19:57:38 +0400 |
| commit | f21c8638851c5a801b584b387b3cb3d0c670e164 (patch) | |
| tree | 0fb52b4e4460defdfec43d6a2f54d26e42e1d4ee /res/values/resources.xml | |
| parent | 905679c7ef283f788832896e45eda8d802b1ec6f (diff) | |
make dark theme a bit less dull
Diffstat (limited to 'res/values/resources.xml')
| -rw-r--r-- | res/values/resources.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/resources.xml b/res/values/resources.xml index 7e1b097e..75aa900e 100644 --- a/res/values/resources.xml +++ b/res/values/resources.xml @@ -7,7 +7,7 @@ <color name="feeds_sepia">#D3C6BA</color>
<color name="ics_cyan">#33b5e5</color>
<color name="unread_counter_background">#88b0f0</color>
- <color name="unread_counter_background_dark">#303030</color>
+ <color name="unread_counter_background_dark">#6482AF</color>
<color name="unread_counter_background_sepia">#C46262</color>
<color name="unread_counter_background_selected_light">#4684ff</color>
<color name="feeds_dark_gray">#1c1d1e</color>
|