mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-09 19:10:42 +00:00
For #23317 - Update inactive tab tray icon color to @color/fx_mobile_icon_color_primary_inactive
This commit is contained in:
parent
69f4988a9a
commit
b61830e680
@ -4,5 +4,5 @@
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/fx_mobile_icon_color_active" android:state_selected="true" />
|
||||
<item android:color="@color/tab_tray_heading_icon_inactive_normal_theme" />
|
||||
<item android:color="@color/fx_mobile_icon_color_primary_inactive" />
|
||||
</selector>
|
||||
|
@ -64,7 +64,7 @@
|
||||
<!-- Primary icon -->
|
||||
<color name="fx_mobile_icon_color_primary" tools:ignore="UnusedResources">@color/photonLightGrey05</color>
|
||||
<!-- Inactive tab -->
|
||||
<color name="fx_mobile_icon_color_primary_inactive" tools:ignore="UnusedResources">@color/photonLightGrey05A60</color>
|
||||
<color name="fx_mobile_icon_color_primary_inactive">@color/photonLightGrey05A60</color>
|
||||
<!-- Secondary icon -->
|
||||
<color name="fx_mobile_icon_color_secondary" tools:ignore="UnusedResources">@color/photonLightGrey40</color>
|
||||
<!-- Active tab -->
|
||||
@ -135,7 +135,6 @@
|
||||
<!-- Tab tray -->
|
||||
<color name="tab_tray_item_background_normal_theme">@color/photonDarkGrey80</color>
|
||||
<color name="tab_tray_item_selected_background_normal_theme">@color/tab_tray_item_selected_background_dark_theme</color>
|
||||
<color name="tab_tray_heading_icon_inactive_normal_theme">@color/photonLightGrey05</color>
|
||||
<color name="tab_tray_heading_icon_menu_normal_theme">@color/photonLightGrey05</color>
|
||||
<color name="tab_tray_item_thumbnail_background_normal_theme">@color/photonDarkGrey50</color>
|
||||
<color name="tab_tray_item_thumbnail_icon_normal_theme">@color/photonDarkGrey05</color>
|
||||
|
@ -64,7 +64,7 @@
|
||||
<!-- Primary icon -->
|
||||
<color name="fx_mobile_icon_color_primary" tools:ignore="UnusedResources">@color/photonDarkGrey90</color>
|
||||
<!-- Inactive tab -->
|
||||
<color name="fx_mobile_icon_color_primary_inactive" tools:ignore="UnusedResources">@color/photonDarkGrey90A60</color>
|
||||
<color name="fx_mobile_icon_color_primary_inactive">@color/photonDarkGrey90A60</color>
|
||||
<!-- Secondary icon -->
|
||||
<color name="fx_mobile_icon_color_secondary" tools:ignore="UnusedResources">@color/photonDarkGrey05</color>
|
||||
<!-- Active tab -->
|
||||
@ -202,7 +202,6 @@
|
||||
<!-- Tab tray -->
|
||||
<color name="tab_tray_item_background_normal_theme">@color/photonLightGrey10</color>
|
||||
<color name="tab_tray_item_selected_background_normal_theme">#E5DFF4</color>
|
||||
<color name="tab_tray_heading_icon_inactive_normal_theme">@color/photonInk20A48</color>
|
||||
<color name="tab_tray_heading_icon_menu_normal_theme">@color/accent_normal_theme</color>
|
||||
<color name="tab_tray_item_thumbnail_background_normal_theme">@color/photonLightGrey10</color>
|
||||
<color name="tab_tray_item_thumbnail_icon_normal_theme">@color/photonLightGrey60</color>
|
||||
|
Loading…
Reference in New Issue
Block a user