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:
Diffstat (limited to 'app/src/main/res/values-night/colors.xml')
-rw-r--r--app/src/main/res/values-night/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index c01010ad..cb22415c 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -2,7 +2,7 @@
<resources>
<!-- Colors -->
- <color name="primary_dark">#286090</color>
+ <color name="primary">#121212</color>
<color name="bg_highlighted">#2a2a2a</color>
<color name="bg_normal">#121212</color>
@@ -13,5 +13,5 @@
<color name="fg_default_high">#757575</color>
<color name="fg_contrast">#000000</color>
- <color name="category_background">@color/primary</color>
+ <color name="category_background">@color/defaultBrand</color>
</resources> \ No newline at end of file