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:
Diffstat (limited to 'app/src/main/res/values-night/colors.xml')
-rw-r--r--app/src/main/res/values-night/colors.xml14
1 files changed, 3 insertions, 11 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index a48081423..31c1f32ef 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -27,23 +27,15 @@
<color name="outlineVariant">#464646</color>
<color name="primary">#C1C1C1</color>
<color name="primaryContainer">#383838</color>
- <color name="scrim">#000000</color>
+ <color name="scrim">@android:color/black</color>
<color name="secondary">#C5C5C5</color>
<color name="secondaryContainer">#454545</color>
- <color name="shadow">#000000</color>
+ <color name="shadow">@android:color/black</color>
<color name="surface">#1B1B1B</color>
<color name="surfaceVariant">#464646</color>
<color name="tertiary">#C9C9C9</color>
<color name="tertiaryContainer">#484848</color>
- <color name="colorSurfaceContainerHigh">#191919</color>
-
- <!-- ======================================= -->
- <!-- Custom styles -->
- <!-- TODO REMOVE -->
- <!-- ======================================= -->
-
- <color name="bg_highlighted">#212121</color>
- <color name="bg_card">#1e1e1e</color>
+ <color name="colorSurfaceContainer">#191919</color>
<!-- ======================================= -->
<!-- Widgets -->