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-05-12 17:05:25 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-12 17:05:25 +0300
commit9cbbd2af04f885d80dc7b4f3dff2e1c41bfb1e8c (patch)
tree8f163de3cceeb30bc0bde577a4700d1179390059 /app/src/main/res/values-night
parent2ba392f999aa7be7017a5ef4d72ac0d5e0e5031e (diff)
#217 SingleCardWidget
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r--app/src/main/res/values-night/colors.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index ce8d4e4e5..06862fe83 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -4,7 +4,7 @@
<color name="bg_highlighted">#2a2a2a</color>
<color name="bg_info_box">#222222</color>
<color name="avatars_overlapping_border_color">#424242</color>
-
- <color name="widget_background">#212121</color>
- <color name="widget_foreground">#f5f5f5</color>
+
+ <color name="widget_background">#cc212121</color>
+ <color name="widget_foreground">#ccf5f5f5</color>
</resources>