mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
For #2271 - Fixes colors on dark theme
This commit is contained in:
parent
8016eb56aa
commit
871604f37d
@ -3,10 +3,10 @@
|
|||||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
- 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/. -->
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="?accent"/>
|
<solid android:color="?accentBright"/>
|
||||||
|
|
||||||
<stroke android:width="1dp"
|
<stroke android:width="1dp"
|
||||||
android:color="?accent"/>
|
android:color="?accentBright"/>
|
||||||
|
|
||||||
<corners android:radius="16dp"/>
|
<corners android:radius="16dp"/>
|
||||||
</shape>
|
</shape>
|
@ -58,7 +58,7 @@
|
|||||||
<color name="toolbar_start_gradient_dark_theme">@color/foundation_dark_theme</color>
|
<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_center_gradient_dark_theme">@color/foundation_dark_theme</color>
|
||||||
<color name="toolbar_end_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>
|
<color name="fill_link_from_clipboard_dark_theme">@color/accent_on_dark_background_normal_theme</color>
|
||||||
|
|
||||||
<!-- Private theme color palette -->
|
<!-- Private theme color palette -->
|
||||||
|
Loading…
Reference in New Issue
Block a user