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-26 22:53:43 +0300
committerMario Đanić <mario.danic@gmail.com>2019-08-09 18:56:37 +0300
commitf384651c813a651a90c312e0f4c5ea79d4f215d7 (patch)
treec65eed03daac6733ad91b494838fa72794608d0c /app/src/main/res/values-night/colors.xml
parent8a013cb83724c064ecdb169f47a72cbe321a012c (diff)
Altered colours used by system message bubble and @ avatars.
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Diffstat (limited to 'app/src/main/res/values-night/colors.xml')
-rw-r--r--app/src/main/res/values-night/colors.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index f918d8e2e..eeabb6353 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -31,6 +31,11 @@
<!-- Chat window incoming message text & informational -->
<color name="nc_incoming_text_default">#8FADBD</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>