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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-02 10:28:21 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-02 10:28:21 +0300
commitd08bd12498a6d2097571c42477b7a5131af6d291 (patch)
treed640b62c7e7977bc19641ad2a09424fedb9b0bbf /app/src/main/res/values-night
parent13259b5e908154281c3285614aafb3333ba6cea4 (diff)
Proper tinting of menu icons
Diffstat (limited to 'app/src/main/res/values-night')
-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 d6e01cf9..8ad3ae12 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -3,7 +3,7 @@
<!-- Colors -->
<color name="primary">#121212</color>
- <color name="contrast">#f5f5f5</color>
+ <color name="accent">#f5f5f5</color>
<color name="bg_highlighted">#2a2a2a</color>
<color name="bg_normal">#121212</color>