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:
authorMario Danic <mario@lovelyhq.com>2019-09-23 15:26:13 +0300
committerMario Danic <mario@lovelyhq.com>2019-09-26 11:39:07 +0300
commitecfe91f36fb148bed4e6a1f4251828feb5d9617f (patch)
tree43513fc06327b607eca95d1bba0a437b2eb2fcea /app/src/main/res/values-night/colors.xml
parentdf7f50ba01b2f48e66458bbdccc92b35ddc81282 (diff)
Significant improvements to the dark theme
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Diffstat (limited to 'app/src/main/res/values-night/colors.xml')
-rw-r--r--app/src/main/res/values-night/colors.xml21
1 files changed, 9 insertions, 12 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index 9dd098c88..adbbabf07 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -25,22 +25,19 @@
<color name="conversation_item_header">#9FBDCC</color>
<!--<color name="conversation_item_header">#CFCFCF</color>-->
- <color name="fg_default">#eeeeee</color>
-
- <color name="bg_default">#333333</color>
- <color name="bg_alt">#333333</color>
+ <color name="bg_default">#222222</color>
+ <color name="bg_alt">#222222</color>
<!-- Chat window incoming message text & informational -->
- <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="nc_incoming_text_default">#D8D8D8</color>
+ <color name="nc_author_text">#65A7CA</color>
+ <color name="nc_chip_mention_you_background">#0083C9</color>
+ <color name="nc_chip_mention_others_background">#6F6F6F</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="bg_message_list_incoming_bubble">#484848</color>
+ <color name="bg_message_list_outcoming_bubble">#003F62</color>
+
<color name="emoji_background">#313031</color>
<color name="emoji_divider">#15FFFFFF</color>