Temporary fix for dark theme

This commit is contained in:
2019-09-24 20:20:35 +02:00
committed by Matte23
parent 6b616924d1
commit 265b84dcbc
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#9FA8DA</color>
<color name="colorPrimaryDark">#6F79A8</color>
<color name="colorAccent">#81D4FA</color>
<color name="colorAccentDark">#4BA3C7</color>
</resources>

View File

@@ -1,7 +1,7 @@
<resources> <resources>
<!-- Base application theme. --> <!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> <style name="AppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar.Bridge">
<!-- Customize your theme here. --> <!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item>