mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
37fb8fe445
Out with orange, in with blue and gray (on >= 4.4).
16 lines
600 B
XML
16 lines
600 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<color name="white">#ffffffff</color>
|
|
<color name="black">#ff000000</color>
|
|
|
|
<color name="conversation_list_item_background_read_light">#ffeeeeee</color>
|
|
<color name="conversation_list_item_background_unread_light">#ffffffff</color>
|
|
<color name="conversation_list_item_background_read_dark">#ff000000</color>
|
|
<color name="conversation_list_item_background_unread_dark">#ff333333</color>
|
|
|
|
<color name="textsecure_holo_blue_light">#ff33b5e5</color>
|
|
|
|
<color name="card_background_active">#9933b5e5</color>
|
|
|
|
</resources> |