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

colors.xml « values-night « res « main « src « app - github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7716f5ed299451d80d6e0917b7f48c15e4bbf363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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">#ffffff</color>

    <color name="bg_default">#222222</color>
    <color name="bg_alt">#222222</color>
    <color name="nc_darkGreen">#00AA00</color>

    <!-- Chat window incoming message text & informational -->
    <color name="nc_incoming_text_default">#D8D8D8</color>
    <color name="nc_grey">@android:color/holo_purple</color>
    <color name="bg_bottom_sheet">#222222</color>
    <color name="bg_message_list_incoming_bubble">#484848</color>
    <color name="bg_message_list_incoming_bubble_deleted">#66484848</color>

    <color name="textColorMaxContrast">#8c8c8c</color>

    <color name="emoji_background">#313031</color>
    <color name="emoji_divider">#15FFFFFF</color>
</resources>