mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-06-05 21:09:11 +02:00
Fix some color issues
This commit is contained in:
@ -133,9 +133,9 @@
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark_cycle3</item>
|
||||
<item name="colorAccent">@color/colorAccent_cycle3</item>
|
||||
</style>
|
||||
<style name="theme" parent="@style/ThemeOverlay.AppCompat.Dark" />
|
||||
<style name="theme" parent="@style/ThemeOverlay.AppCompat.DayNight.ActionBar" />
|
||||
|
||||
<style name="popupTheme" parent="@style/ThemeOverlay.AppCompat.Dark" />
|
||||
<style name="popupTheme" parent="@style/ThemeOverlay.AppCompat.DayNight" />
|
||||
|
||||
<style name="progress" parent="SpinKitView.Circle" />
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
<color name="bookmark">#795548</color>
|
||||
<color name="negative_thumbs">#F44336</color>
|
||||
<color name="backgroundLight">#DDFFFFFF</color>
|
||||
<color name="backgroundDark">#DD000000</color>
|
||||
<color name="backgroundDark">#DD222222</color>
|
||||
<color name="red_1">#F44336</color>
|
||||
<color name="gray_light">#80808080</color>
|
||||
</resources>
|
Reference in New Issue
Block a user