make dark theme go less wild

Resolves #2675
Closes #2693

// FREEBIE
This commit is contained in:
Jake McGinty
2015-03-14 18:19:34 -07:00
committed by Moxie Marlinspike
parent 71eeb7ca83
commit 4099303d1f
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
<color name="conversation_item_sent_shadow_light">#ffd5d5d5</color>
<color name="conversation_item_sent_shadow_dark">#ff222222</color>
<color name="conversation_item_sent_pending_background_light">#5564A926</color>
<color name="conversation_item_sent_pending_background_dark">#55284e0a</color>
<color name="conversation_item_sent_pending_background_dark">#90284e0a</color>
<color name="conversation_item_sent_push_background_light">#ff2090ea</color>
<color name="conversation_item_sent_push_background_dark">#ff183b7a</color>
<color name="conversation_item_sent_push_pending_background_light">#ff5cace6</color>