mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] No issue: Updates destructive colors
This commit is contained in:
parent
8599970389
commit
cbdfb57225
@ -16,7 +16,7 @@
|
||||
<color name="neutral_light_theme">@color/photonGrey30</color>
|
||||
<color name="neutral_faded_light_theme">@color/photonGrey20</color>
|
||||
<color name="shadow_light_theme">#1F000000</color>
|
||||
<color name="destructive_light_theme">@color/photonRed60</color>
|
||||
<color name="destructive_light_theme">#C50042</color>
|
||||
<color name="scrimStart_light_theme">#F5393473</color>
|
||||
<color name="scrimEnd_light_theme">#F520123A</color>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<color name="neutral_dark_theme">@color/photonGrey20</color>
|
||||
<color name="neutral_faded_dark_theme">#1FEDEDF0</color>
|
||||
<color name="shadow_dark_theme">#050505</color>
|
||||
<color name="destructive_dark_theme">#FF4F5E</color>
|
||||
<color name="destructive_dark_theme">#FF6A75</color>
|
||||
<color name="scrimStart_dark_theme">#F520123A</color>
|
||||
<color name="scrimEnd_dark_theme">#F515141A</color>
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
<color name="neutral_private_theme">@color/photonGrey20</color>
|
||||
<color name="neutral_faded_private_theme">#1FEDEDF0</color>
|
||||
<color name="shadow_private_theme">#2B1067</color>
|
||||
<color name="destructive_private_theme">#FF4F5E</color>
|
||||
<color name="destructive_private_theme">#FF6A75</color>
|
||||
<color name="scrimStart_private_theme">#F520123A</color>
|
||||
<color name="scrimEnd_private_theme">#F515141A</color>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user