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-13 17:03:34 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-13 17:03:34 +0300
commit6561fa1c62f3d6383cf050f42ddfd80e3fb842b5 (patch)
tree56f4c2cdf3fe8a168fa6e82b2edafba3122ad733 /app/src/main/res/values-night
parentec7aca7c99c678551227bd51861ad8e661cd3718 (diff)
Nicer exception layout
Signed-off-by: Stefan Niedermann <info@niedermann.it>
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 b1076478b..ae5d0bf73 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="fg_secondary">#666</color>
+ <color name="bg_highlighted">#2a2a2a</color>
</resources>