mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24017 - Replace @color/foundation_private_theme with @color/fx_mobile_private_layer_color_1
This commit is contained in:
parent
bedd286004
commit
87ee51d9fd
@ -864,7 +864,7 @@ class HomeFragment : Fragment() {
|
||||
ColorDrawable(
|
||||
ContextCompat.getColor(
|
||||
requireContext(),
|
||||
R.color.foundation_private_theme
|
||||
R.color.fx_mobile_private_layer_color_1
|
||||
)
|
||||
)
|
||||
)
|
||||
|
@ -256,7 +256,6 @@
|
||||
<!-- Private theme color palette -->
|
||||
<color name="secondary_text_private_theme">#A7A2B7</color>
|
||||
<color name="caption_text_private_theme">@color/photonLightGrey70</color>
|
||||
<color name="foundation_private_theme">#261E4B</color>
|
||||
<color name="accent_private_theme">@color/photonViolet50</color>
|
||||
<color name="accent_high_contrast_private_theme">#AA71FF</color>
|
||||
<color name="neutral_private_theme">@color/photonGrey20</color>
|
||||
|
@ -192,7 +192,7 @@
|
||||
<item name="android:windowAnimationStyle">@style/WindowAnimationTransition</item>
|
||||
<item name="android:progressBarStyleHorizontal">@style/progressBarStyleHorizontal</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:windowBackground">@color/foundation_private_theme</item>
|
||||
<item name="android:windowBackground">@color/fx_mobile_private_layer_color_1</item>
|
||||
<item name="android:colorEdgeEffect">@color/accent_private_theme</item>
|
||||
<item name="android:colorAccent">@color/fx_mobile_private_text_color_primary</item>
|
||||
<item name="colorControlActivated">@color/accent_high_contrast_private_theme</item>
|
||||
@ -235,7 +235,7 @@
|
||||
<item name="accent">@color/accent_private_theme</item>
|
||||
<item name="accentBright">@color/photonViolet70</item>
|
||||
<item name="accentHighContrast">@color/accent_high_contrast_private_theme</item>
|
||||
<item name="foundation">@color/foundation_private_theme</item>
|
||||
<item name="foundation">@color/fx_mobile_private_layer_color_1</item>
|
||||
<item name="above">@color/fx_mobile_private_layer_color_1</item>
|
||||
<item name="inset">@color/fx_mobile_private_layer_color_1</item>
|
||||
<item name="neutral">@color/neutral_private_theme</item>
|
||||
|
Loading…
Reference in New Issue
Block a user