Bug 1845134 - Part 5: Use the latest acorn-icon source for ic_private_mode_circle_fil...
[gecko.git] / mobile / android / android-components / components / ui / icons / src / main / res / values / colors.xml
blobb785281bc7da6d1a1c4df1af87ce5d13ac09b4b9
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3    - License, v. 2.0. If a copy of the MPL was not distributed with this
4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <resources>
7     <color name="mozac_ui_icons_fill">#FFFFFF</color>
9     <!-- Star icon fill colors for mozac_ic_star_one_half_fill_20 -->
10     <color name="mozac_ic_star_filled">#000000</color>
11     <color name="mozac_ic_star_unfilled">#FFFFFF</color>
13     <!-- Private Mode mask icon circle fill colors for mozac_ic_private_mode_circle_fill_stroke_20 -->
14     <color name="mozac_ui_private_mode_circle_fill">#000000</color>
15 </resources>