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: 622e1a8543a0ae2aab66dc4cb74e7142b50a5f4d (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Nextcloud Talk application
  ~
  ~ @author Andy Scherzinger
  ~ @author Daniel Bailey
  ~ @author Mario Danic
  ~ Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
  ~ Copyright (C) 2019 Daniel Bailey <db@grappleIT.co.uk>
  ~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
  ~
  ~ 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="colorPrimary">#0082C9</color>
    <color name="colorPrimaryDark">#006AA3</color>
    <color name="colorAccent">@color/colorPrimary</color>
    <color name="disabled_text">#ff6F6F6F</color>

    <!-- App bar -->
    <color name="appbar">#1E1E1E</color>
    <color name="fontAppbar">#FFFFFF</color>
    <color name="refresh_spinner_background">#222222</color>

    <!-- general text colors -->
    <color name="high_emphasis_text">#deffffff</color>
    <color name="medium_emphasis_text">#99ffffff</color>
    <color name="low_emphasis_text">#61ffffff</color>

    <color name="bg_default">#121212</color>
    <color name="bg_default_semitransparent">#99121212</color>
    <color name="bg_inverse">@color/grey950</color>

    <color name="fg_default">#FFFFFF</color>
    <color name="fg_inverse">#121212</color>

    <color name="nc_darkGreen">#00AA00</color>

    <color name="conversation_unread_bubble">#373737</color>
    <color name="conversation_unread_bubble_text">#D8D8D8</color>

    <color name="controller_chat_separator">#484848</color>

    <color name="colorBackgroundDarker">#2C2C2C</color>

    <!-- Chat window incoming message text & informational -->
    <color name="bg_bottom_sheet">#121212</color>
    <color name="bg_message_list_incoming_bubble">#1CFFFFFF</color>
    <color name="bg_message_list_incoming_bubble_deleted">#14FFFFFF</color>

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

    <!-- shimmer element colors -->
    <color name="nc_shimmer_default_color">#4B4B4B</color>
    <color name="nc_shimmer_darker_color">#282828</color>
</resources>