Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bailey <daniel.bailey@grappleIT.co.uk>2019-06-27 23:42:02 +0300
committerMario Đanić <mario.danic@gmail.com>2019-08-09 18:56:37 +0300
commita4efa5a74666275a45b1ed177b0be38cbeb43387 (patch)
treea206a618a59cc8722b9c2faeff463e9a79c99f35 /app/src/main/res/values-night
parentf384651c813a651a90c312e0f4c5ea79d4f215d7 (diff)
Tweaks to message colours.
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r--app/src/main/res/values-night/colors.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index eeabb6353..9dd098c88 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -22,7 +22,8 @@
-->
<resources>
- <color name="conversation_item_header">#6c94a8</color>
+ <color name="conversation_item_header">#9FBDCC</color>
+ <!--<color name="conversation_item_header">#CFCFCF</color>-->
<color name="fg_default">#eeeeee</color>
@@ -30,15 +31,16 @@
<color name="bg_alt">#333333</color>
<!-- Chat window incoming message text & informational -->
- <color name="nc_incoming_text_default">#8FADBD</color>
+ <color name="nc_incoming_text_default">#9FBDCC</color>
+ <!--<color name="nc_incoming_text_default">#CFCFCF</color>-->
<color name="nc_incoming_text_mention_you">#C98879</color>
<!--<color name="nc_incoming_text_mention_others">#3a718f</color>-->
<color name="nc_incoming_text_mention_others">@color/nc_darkRed</color>
- <color name="bg_message_list_incoming_bubble">#444444</color>
<color name="nc_grey">@android:color/holo_purple</color>
<color name="bg_bottom_sheet">#222222</color>
+ <color name="bg_message_list_incoming_bubble">#444444</color>
<color name="emoji_background">#313031</color>
<color name="emoji_divider">#15FFFFFF</color>