DO NOT MERGE. Improve colors of read/unread messages.

Backport of 47da97527b547da97527b5bbecba972e0c6a5d382cd7b0768e9.
Original comment:
  Improve visible difference between read and unread messages
  BUG: 2168155
This commit is contained in:
Andrew Stadler 2009-12-07 13:58:41 -08:00
parent 6d69fb7c57
commit fdfdd73ceb

View File

@ -16,8 +16,8 @@
<resources>
<color name="folder_message_list_child_background">#3B3B3B</color>
<color name="message_list_item_background_unread">#363636</color>
<color name="message_list_item_background_read">#1a1a1a</color>
<color name="message_list_item_background_unread">#404040</color>
<color name="message_list_item_background_read">#000000</color>
<color name="account_folder_list_item_separator">#303030</color>
<color name="connection_error_banner">#fffff1a8</color>
</resources>