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-12 13:34:24 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-12 13:34:24 +0300
commitb639ca5a9fc2202e9c50ce71b33af3607e6917ff (patch)
treea76371e0640ab81451425443625f6f995bff0e32 /app/src/main/res/values-night
parentaec2d87e386482f80203154a0c2bb0f662f60870 (diff)
#317 Adjust theme for each account
deactivated switches should not be that colorful (compare to files app) 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.xml4
1 files changed, 4 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..b1076478b
--- /dev/null
+++ b/app/src/main/res/values-night/colors.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="fg_secondary">#666</color>
+</resources>