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-07 11:46:07 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-07 11:46:07 +0300
commit573deb2e30b6b6f421bc530322eafc82d6616768 (patch)
treef25326551688ef02d60bb303e09d3cb88a0e5115
parentcfc4eb26b0c5746e35b0132756532e60c1aa88d0 (diff)
assign primary to bg_normal
-rw-r--r--app/src/main/res/values-night/colors.xml2
-rw-r--r--app/src/main/res/values/colors.xml2
2 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 ec34714e..3c3e134c 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -9,7 +9,7 @@
<color name="defaultTextHighlightBackground">#55eeeeff</color>
<color name="bg_highlighted">#2a2a2a</color>
- <color name="bg_normal">#121212</color>
+ <color name="bg_normal">@color/primary</color>
<color name="bg_attention">#ff3333</color>
<color name="fg_default">#eeeeee</color>
<color name="fg_default_selection">#cccccc</color>
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 73a39778..c9c94fde 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -11,7 +11,7 @@
<color name="defaultTextHighlightBackground">#2233334a</color>
<color name="bg_highlighted">#eee</color>
- <color name="bg_normal">#ffffff</color>
+ <color name="bg_normal">@color/primary</color>
<color name="bg_attention">#d40000</color>
<color name="bg_warning">#ffcc00</color>
<color name="fg_default">#000000</color>