Dark theme color improvements
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#0ca1fd</color>
|
||||
<color name="colorPrimaryDark">#0073c9</color>
|
||||
<color name="colorPrimaryLight">#6ad2ff</color>
|
||||
<color name="colorPrimary">#0073c9</color>
|
||||
<color name="colorPrimaryDark">#00008b</color>
|
||||
<color name="colorPrimaryLight">#0ca1fd</color>
|
||||
<color name="colorSecondary">#00B9A1</color>
|
||||
<color name="colorSecondaryDark">#008873</color>
|
||||
<color name="colorSecondaryLight">#5cecd2</color>
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
|
||||
<style name="ActionBar" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar">
|
||||
<item name="android:colorBackground">@color/colorSecondaryDark</item>
|
||||
<item name="colorSurface">@color/colorPrimary</item>
|
||||
<item name="android:textColor">@color/colorLight</item>
|
||||
<item name="android:textColorPrimary">@color/colorLight</item>
|
||||
<item name="android:textColorSecondary">@color/colorLight</item>
|
||||
|
||||
Reference in New Issue
Block a user