mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
Bug 1831287 - Update Private Mode color scheme
According to the figma color scheme, the color given to layer 3 was wrong, therefore it has been changed to the correct one from the document. Figma color scheme: https://shorturl.at/mAS48
This commit is contained in:
parent
558bc46b4d
commit
06e25e2676
@ -222,7 +222,7 @@ private val lightColorPalette = FirefoxColors(
|
|||||||
private val privateColorPalette = darkColorPalette.copy(
|
private val privateColorPalette = darkColorPalette.copy(
|
||||||
layer1 = PhotonColors.Ink50,
|
layer1 = PhotonColors.Ink50,
|
||||||
layer2 = PhotonColors.Ink50,
|
layer2 = PhotonColors.Ink50,
|
||||||
layer3 = PhotonColors.Ink50,
|
layer3 = PhotonColors.Ink90,
|
||||||
)
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -136,7 +136,7 @@
|
|||||||
<!-- Card background, Menu background, Dialog, Banner -->
|
<!-- Card background, Menu background, Dialog, Banner -->
|
||||||
<color name="fx_mobile_private_layer_color_2">@color/photonInk50</color>
|
<color name="fx_mobile_private_layer_color_2">@color/photonInk50</color>
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
<color name="fx_mobile_private_layer_color_3">@color/photonInk50</color>
|
<color name="fx_mobile_private_layer_color_3">@color/photonInk90</color>
|
||||||
<!-- Homescreen background, Toolbar -->
|
<!-- Homescreen background, Toolbar -->
|
||||||
<color name="fx_mobile_private_layer_color_4_start">@color/photonPurple70</color>
|
<color name="fx_mobile_private_layer_color_4_start">@color/photonPurple70</color>
|
||||||
<!-- Homescreen background, Toolbar -->
|
<!-- Homescreen background, Toolbar -->
|
||||||
|
Loading…
Reference in New Issue
Block a user