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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-18 11:36:08 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-18 11:36:08 +0300
commitf607561b1eab12baf4c017d6c0c233789be1a759 (patch)
tree5636af90028258e3ce4efb503ae3d85f8e5a2bad /app/src/main/res/values-night
parent712681317bba1e27794089ac805a97c85f3b6dca (diff)
Display maintenance mode info
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r--app/src/main/res/values-night/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index ae5d0bf73..d9fca5ef2 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -2,4 +2,5 @@
<resources>
<color name="fg_secondary">#666</color>
<color name="bg_highlighted">#2a2a2a</color>
+ <color name="bg_info_box">#222222</color>
</resources>