1
0
Fork 0

Followup for #11081 - Fix top site colors for light theme.

master
person808 2020-06-12 08:07:13 -07:00 committed by Emily Kager
parent eb3e4fc415
commit a937bae2e9
1 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
<color name="light_grey_10">#F9F9FB</color>
<color name="light_grey_30">#E0E0E6</color>
<color name="light_grey_60">#AFAFBB</color>
<color name="light_grey_80">#8F8F9D</color>
<color name="light_grey_90">#80808E</color>
<color name="violet_50">#9059FF</color>
<color name="violet_50_32a">#529059FF</color>
@ -45,8 +46,8 @@
<color name="dark_grey_90_gradient_start">#FF15141A</color>
<color name="dark_grey_90_gradient_end">#0015141A</color>
<color name="top_site_background_light_theme">@android:color/white</color>
<color name="top_site_border_light_theme">@color/toolbar_divider_color_light_theme</color>
<color name="top_site_title_text_light_theme">@color/primary_text_light_theme</color>
<color name="top_site_border_light_theme">@color/light_grey_30</color>
<color name="top_site_title_text_light_theme">@color/light_grey_80</color>
<color name="collection_icon_color_violet_light_theme">#7542E5</color>
<color name="collection_icon_color_blue_light_theme">#0250BB</color>
<color name="collection_icon_color_pink_light_theme">#E31587</color>