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-06-30 20:09:50 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-06-30 20:47:30 +0300
commit4a7749a11387653bca466f413e61f6e6c59e8f48 (patch)
treef50ce0d08d9f6f0f54ce5044224a284ba0e64280 /app/src/main
parentbf846b06cacc531956f02ef6a856e6a7813a139b (diff)
#525 Adjust design to new style of Nextcloud app
Use lighter background color for cards in dark mode
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/values-night/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index e138aad7a..9c71bfbcf 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -5,7 +5,7 @@
<color name="fg_secondary">#666</color>
<color name="bg_highlighted">#2a2a2a</color>
<color name="bg_info_box">#222222</color>
- <color name="bg_card">#212121</color>
+ <color name="bg_card">#2a2a2a</color>
<color name="widget_background">#cc212121</color>
<color name="widget_foreground">#ccf5f5f5</color>