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-03-04 20:35:38 +0300
committerMario Đanić <mario.danic@gmail.com>2019-08-09 18:56:37 +0300
commit8a013cb83724c064ecdb169f47a72cbe321a012c (patch)
tree5b661f8b462f7711a2082e8c41210973491fe6fc /app/src/main/res/values-night/colors.xml
parent809a6b66ae9b6a475d6b85b6a7476ee13f0def2d (diff)
Base commit for dark theme v1.5
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.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
new file mode 100644
index 000000000..f918d8e2e
--- /dev/null
+++ b/app/src/main/res/values-night/colors.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Nextcloud Talk application
+ ~
+ ~ @author Mario Danic
+ ~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
+ ~ @author Daniel Bailey
+ ~ Copyright (C) 2019 Daniel Bailey <db@grappleIT.co.uk>
+ ~
+ ~ This program is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation, either version 3 of the License, or
+ ~ at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -->
+
+<resources>
+ <color name="conversation_item_header">#6c94a8</color>
+
+ <color name="fg_default">#eeeeee</color>
+
+ <color name="bg_default">#333333</color>
+ <color name="bg_alt">#333333</color>
+
+ <!-- Chat window incoming message text & informational -->
+ <color name="nc_incoming_text_default">#8FADBD</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="emoji_background">#313031</color>
+ <color name="emoji_divider">#15FFFFFF</color>
+</resources> \ No newline at end of file