1
0
Fork 0

For #2271 - Fixes colors on dark theme

master
Jeff Boek 2019-11-15 16:44:29 -08:00 committed by Emily Kager
parent 8016eb56aa
commit 871604f37d
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?accent"/>
<solid android:color="?accentBright"/>
<stroke android:width="1dp"
android:color="?accent"/>
android:color="?accentBright"/>
<corners android:radius="16dp"/>
</shape>

View File

@ -58,7 +58,7 @@
<color name="toolbar_start_gradient_dark_theme">@color/foundation_dark_theme</color>
<color name="toolbar_center_gradient_dark_theme">@color/foundation_dark_theme</color>
<color name="toolbar_end_gradient_dark_theme">@color/foundation_dark_theme</color>
<color name="toolbar_divider_color_dark_theme">#45444D</color>
<color name="toolbar_divider_color_dark_theme">@color/neutral_faded_dark_theme</color>
<color name="fill_link_from_clipboard_dark_theme">@color/accent_on_dark_background_normal_theme</color>
<!-- Private theme color palette -->