Conversation styling and coloring improvements.

This commit is contained in:
Anton Chekulaev
2020-09-01 18:47:50 +10:00
parent 3236fde416
commit ecd2dd8ef3
9 changed files with 17 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
<!-- Session -->
<color name="accent">#5df299</color>
<color name="accent50">#805df299</color>
<color name="text">#000000</color>
<color name="destructive">#f26f55</color>
<color name="unimportant">#606060</color>

View File

@@ -15,6 +15,8 @@
<item name="attachment_document_icon_small">@drawable/ic_document_small_light</item>
<item name="attachment_document_icon_large">@drawable/ic_document_large_light</item>
<item name="conversation_input_background">@drawable/compose_background_light</item>
</style>
<style name="Theme.TextSecure.DayNight">
@@ -46,7 +48,6 @@
<item name="conversation_background">@color/core_white</item>
<item name="conversation_editor_background">#22000000</item>
<item name="conversation_editor_text_color">#ff111111</item>
<item name="conversation_input_background">@drawable/compose_background_light</item>
<item name="conversation_input_inline_attach_icon_tint">@color/core_grey_60</item>
<item name="conversation_transport_popup_background">@color/white</item>
<item name="conversation_attach_camera">@drawable/ic_photo_camera_light</item>