|
19 | 19 |
|
20 | 20 | <resources> |
21 | 21 | <!-- Generated from token set (md.sys.color) in context (theme=dark). --> |
22 | | - <!-- Error colors --> |
23 | | - <color name="m3_sys_color_dark_error">@color/m3_ref_palette_error80</color> |
24 | | - <color name="m3_sys_color_dark_on_error">@color/m3_ref_palette_error20</color> |
25 | | - <color name="m3_sys_color_dark_error_container">@color/m3_ref_palette_error30</color> |
26 | | - <color name="m3_sys_color_dark_on_error_container">@color/m3_ref_palette_error80</color> |
27 | 22 | <!-- Primary colors --> |
28 | 23 | <color name="m3_sys_color_dark_primary">@color/m3_ref_palette_primary80</color> |
29 | | - <color name="m3_sys_color_dark_on_primary">@color/m3_ref_palette_primary20</color> |
30 | | - <color name="m3_sys_color_dark_inverse_primary">@color/m3_ref_palette_primary40</color> |
31 | 24 | <color name="m3_sys_color_dark_primary_container">@color/m3_ref_palette_primary30</color> |
| 25 | + <color name="m3_sys_color_dark_on_primary">@color/m3_ref_palette_primary20</color> |
32 | 26 | <color name="m3_sys_color_dark_on_primary_container">@color/m3_ref_palette_primary90</color> |
| 27 | + <color name="m3_sys_color_dark_inverse_primary">@color/m3_ref_palette_primary40</color> |
| 28 | + <!-- Secondary colors --> |
| 29 | + <color name="m3_sys_color_dark_secondary">@color/m3_ref_palette_secondary80</color> |
| 30 | + <color name="m3_sys_color_dark_secondary_container">@color/m3_ref_palette_secondary30</color> |
| 31 | + <color name="m3_sys_color_dark_on_secondary">@color/m3_ref_palette_secondary20</color> |
| 32 | + <color name="m3_sys_color_dark_on_secondary_container">@color/m3_ref_palette_secondary90</color> |
| 33 | + <!-- Tertiary colors --> |
| 34 | + <color name="m3_sys_color_dark_tertiary">@color/m3_ref_palette_tertiary80</color> |
| 35 | + <color name="m3_sys_color_dark_tertiary_container">@color/m3_ref_palette_tertiary30</color> |
| 36 | + <color name="m3_sys_color_dark_on_tertiary">@color/m3_ref_palette_tertiary20</color> |
| 37 | + <color name="m3_sys_color_dark_on_tertiary_container">@color/m3_ref_palette_tertiary90</color> |
33 | 38 | <!-- Surface colors --> |
34 | 39 | <color name="m3_sys_color_dark_surface">@color/m3_ref_palette_neutral10</color> |
| 40 | + <color name="m3_sys_color_dark_surface_variant">@color/m3_ref_palette_neutral_variant30</color> |
35 | 41 | <color name="m3_sys_color_dark_on_surface">@color/m3_ref_palette_neutral90</color> |
| 42 | + <color name="m3_sys_color_dark_on_surface_variant">@color/m3_ref_palette_neutral_variant80</color> |
36 | 43 | <color name="m3_sys_color_dark_inverse_surface">@color/m3_ref_palette_neutral90</color> |
37 | | - <color name="m3_sys_color_dark_surface_variant">@color/m3_ref_palette_neutral_variant30</color> |
38 | 44 | <color name="m3_sys_color_dark_inverse_on_surface">@color/m3_ref_palette_neutral20</color> |
39 | | - <color name="m3_sys_color_dark_on_surface_variant">@color/m3_ref_palette_neutral_variant80</color> |
40 | | - <!-- Hairline colors --> |
41 | | - <color name="m3_sys_color_dark_outline">@color/m3_ref_palette_neutral_variant60</color> |
42 | | - <!-- Tertiary colors --> |
43 | | - <color name="m3_sys_color_dark_tertiary">@color/m3_ref_palette_tertiary80</color> |
44 | | - <color name="m3_sys_color_dark_on_tertiary">@color/m3_ref_palette_tertiary20</color> |
45 | | - <color name="m3_sys_color_dark_tertiary_container">@color/m3_ref_palette_tertiary30</color> |
46 | | - <color name="m3_sys_color_dark_on_tertiary_container">@color/m3_ref_palette_tertiary90</color> |
47 | | - <!-- Secondary colors --> |
48 | | - <color name="m3_sys_color_dark_secondary">@color/m3_ref_palette_secondary80</color> |
49 | | - <color name="m3_sys_color_dark_on_secondary">@color/m3_ref_palette_secondary20</color> |
50 | | - <color name="m3_sys_color_dark_secondary_container">@color/m3_ref_palette_secondary30</color> |
51 | | - <color name="m3_sys_color_dark_on_secondary_container">@color/m3_ref_palette_secondary90</color> |
52 | 45 | <!-- Background colors --> |
53 | 46 | <color name="m3_sys_color_dark_background">@color/m3_ref_palette_neutral10</color> |
54 | 47 | <color name="m3_sys_color_dark_on_background">@color/m3_ref_palette_neutral90</color> |
55 | | - <!-- Generated from token set (md.sys.color) in context (theme=light). --> |
| 48 | + <!-- Hairline colors --> |
| 49 | + <color name="m3_sys_color_dark_outline">@color/m3_ref_palette_neutral_variant60</color> |
56 | 50 | <!-- Error colors --> |
57 | | - <color name="m3_sys_color_light_error">@color/m3_ref_palette_error40</color> |
58 | | - <color name="m3_sys_color_light_on_error">@color/m3_ref_palette_error100</color> |
59 | | - <color name="m3_sys_color_light_error_container">@color/m3_ref_palette_error90</color> |
60 | | - <color name="m3_sys_color_light_on_error_container">@color/m3_ref_palette_error10</color> |
| 51 | + <color name="m3_sys_color_dark_error">@color/m3_ref_palette_error80</color> |
| 52 | + <color name="m3_sys_color_dark_error_container">@color/m3_ref_palette_error30</color> |
| 53 | + <color name="m3_sys_color_dark_on_error">@color/m3_ref_palette_error20</color> |
| 54 | + <color name="m3_sys_color_dark_on_error_container">@color/m3_ref_palette_error80</color> |
| 55 | + <!-- Generated from token set (md.sys.color) in context (theme=light). --> |
61 | 56 | <!-- Primary colors --> |
62 | 57 | <color name="m3_sys_color_light_primary">@color/m3_ref_palette_primary40</color> |
63 | | - <color name="m3_sys_color_light_on_primary">@color/m3_ref_palette_primary100</color> |
64 | | - <color name="m3_sys_color_light_inverse_primary">@color/m3_ref_palette_primary80</color> |
65 | 58 | <color name="m3_sys_color_light_primary_container">@color/m3_ref_palette_primary90</color> |
| 59 | + <color name="m3_sys_color_light_on_primary">@color/m3_ref_palette_primary100</color> |
66 | 60 | <color name="m3_sys_color_light_on_primary_container">@color/m3_ref_palette_primary10</color> |
| 61 | + <color name="m3_sys_color_light_inverse_primary">@color/m3_ref_palette_primary80</color> |
| 62 | + <!-- Secondary colors --> |
| 63 | + <color name="m3_sys_color_light_secondary">@color/m3_ref_palette_secondary40</color> |
| 64 | + <color name="m3_sys_color_light_secondary_container">@color/m3_ref_palette_secondary90</color> |
| 65 | + <color name="m3_sys_color_light_on_secondary">@color/m3_ref_palette_secondary100</color> |
| 66 | + <color name="m3_sys_color_light_on_secondary_container">@color/m3_ref_palette_secondary10</color> |
| 67 | + <!-- Tertiary colors --> |
| 68 | + <color name="m3_sys_color_light_tertiary">@color/m3_ref_palette_tertiary40</color> |
| 69 | + <color name="m3_sys_color_light_tertiary_container">@color/m3_ref_palette_tertiary90</color> |
| 70 | + <color name="m3_sys_color_light_on_tertiary">@color/m3_ref_palette_tertiary100</color> |
| 71 | + <color name="m3_sys_color_light_on_tertiary_container">@color/m3_ref_palette_tertiary10</color> |
67 | 72 | <!-- Surface colors --> |
68 | 73 | <color name="m3_sys_color_light_surface">@color/m3_ref_palette_neutral99</color> |
| 74 | + <color name="m3_sys_color_light_surface_variant">@color/m3_ref_palette_neutral_variant90</color> |
69 | 75 | <color name="m3_sys_color_light_on_surface">@color/m3_ref_palette_neutral10</color> |
| 76 | + <color name="m3_sys_color_light_on_surface_variant">@color/m3_ref_palette_neutral_variant30</color> |
70 | 77 | <color name="m3_sys_color_light_inverse_surface">@color/m3_ref_palette_neutral20</color> |
71 | | - <color name="m3_sys_color_light_surface_variant">@color/m3_ref_palette_neutral_variant90</color> |
72 | 78 | <color name="m3_sys_color_light_inverse_on_surface">@color/m3_ref_palette_neutral95</color> |
73 | | - <color name="m3_sys_color_light_on_surface_variant">@color/m3_ref_palette_neutral_variant30</color> |
74 | | - <!-- Hairline colors --> |
75 | | - <color name="m3_sys_color_light_outline">@color/m3_ref_palette_neutral_variant50</color> |
76 | | - <!-- Tertiary colors --> |
77 | | - <color name="m3_sys_color_light_tertiary">@color/m3_ref_palette_tertiary40</color> |
78 | | - <color name="m3_sys_color_light_on_tertiary">@color/m3_ref_palette_tertiary100</color> |
79 | | - <color name="m3_sys_color_light_tertiary_container">@color/m3_ref_palette_tertiary90</color> |
80 | | - <color name="m3_sys_color_light_on_tertiary_container">@color/m3_ref_palette_tertiary10</color> |
81 | | - <!-- Secondary colors --> |
82 | | - <color name="m3_sys_color_light_secondary">@color/m3_ref_palette_secondary40</color> |
83 | | - <color name="m3_sys_color_light_on_secondary">@color/m3_ref_palette_secondary100</color> |
84 | | - <color name="m3_sys_color_light_secondary_container">@color/m3_ref_palette_secondary90</color> |
85 | | - <color name="m3_sys_color_light_on_secondary_container">@color/m3_ref_palette_secondary10</color> |
86 | 79 | <!-- Background colors --> |
87 | 80 | <color name="m3_sys_color_light_background">@color/m3_ref_palette_neutral99</color> |
88 | 81 | <color name="m3_sys_color_light_on_background">@color/m3_ref_palette_neutral10</color> |
| 82 | + <!-- Hairline colors --> |
| 83 | + <color name="m3_sys_color_light_outline">@color/m3_ref_palette_neutral_variant50</color> |
| 84 | + <!-- Error colors --> |
| 85 | + <color name="m3_sys_color_light_error">@color/m3_ref_palette_error40</color> |
| 86 | + <color name="m3_sys_color_light_error_container">@color/m3_ref_palette_error90</color> |
| 87 | + <color name="m3_sys_color_light_on_error">@color/m3_ref_palette_error100</color> |
| 88 | + <color name="m3_sys_color_light_on_error_container">@color/m3_ref_palette_error10</color> |
89 | 89 | <!-- Generated from token set (md.ref.palette) in context (audience=3p). --> |
90 | | - <!-- Baseline palette – Error --> |
91 | | - <color name="m3_ref_palette_error0">#ff000000</color> |
92 | | - <color name="m3_ref_palette_error10">#ff410e0b</color> |
93 | | - <color name="m3_ref_palette_error20">#ff601410</color> |
94 | | - <color name="m3_ref_palette_error30">#ff8c1d18</color> |
95 | | - <color name="m3_ref_palette_error40">#ffb3261e</color> |
96 | | - <color name="m3_ref_palette_error50">#ffdc362e</color> |
97 | | - <color name="m3_ref_palette_error60">#ffe46962</color> |
98 | | - <color name="m3_ref_palette_error70">#ffec928e</color> |
99 | | - <color name="m3_ref_palette_error80">#fff2b8b5</color> |
100 | | - <color name="m3_ref_palette_error90">#fff9dedc</color> |
101 | | - <color name="m3_ref_palette_error95">#fffceeee</color> |
102 | | - <color name="m3_ref_palette_error99">#fffffbf9</color> |
103 | | - <color name="m3_ref_palette_error100">#ffffffff</color> |
104 | | - <!-- Baseline palette – Neutral --> |
105 | | - <color name="m3_ref_palette_neutral0">#ff000000</color> |
106 | | - <color name="m3_ref_palette_neutral10">#ff1c1b1f</color> |
107 | | - <color name="m3_ref_palette_neutral20">#ff313033</color> |
108 | | - <color name="m3_ref_palette_neutral30">#ff484649</color> |
109 | | - <color name="m3_ref_palette_neutral40">#ff605d62</color> |
110 | | - <color name="m3_ref_palette_neutral50">#ff787579</color> |
111 | | - <color name="m3_ref_palette_neutral60">#ff939094</color> |
112 | | - <color name="m3_ref_palette_neutral70">#ffaeaaae</color> |
113 | | - <color name="m3_ref_palette_neutral80">#ffc9c5ca</color> |
114 | | - <color name="m3_ref_palette_neutral90">#ffe6e1e5</color> |
115 | | - <color name="m3_ref_palette_neutral95">#fff4eff4</color> |
116 | | - <color name="m3_ref_palette_neutral99">#fffffbfe</color> |
117 | | - <color name="m3_ref_palette_neutral100">#ffffffff</color> |
118 | 90 | <!-- Baseline palette – Primary --> |
119 | | - <color name="m3_ref_palette_primary0">#ff000000</color> |
120 | | - <color name="m3_ref_palette_primary10">#ff21005d</color> |
121 | | - <color name="m3_ref_palette_primary20">#ff381e72</color> |
122 | | - <color name="m3_ref_palette_primary30">#ff4f378b</color> |
123 | | - <color name="m3_ref_palette_primary40">#ff6750a4</color> |
124 | | - <color name="m3_ref_palette_primary50">#ff7f67be</color> |
125 | | - <color name="m3_ref_palette_primary60">#ff9a82db</color> |
126 | | - <color name="m3_ref_palette_primary70">#ffb69df8</color> |
127 | | - <color name="m3_ref_palette_primary80">#ffd0bcff</color> |
128 | | - <color name="m3_ref_palette_primary90">#ffeaddff</color> |
129 | | - <color name="m3_ref_palette_primary95">#fff6edff</color> |
130 | | - <color name="m3_ref_palette_primary99">#fffffbfe</color> |
131 | 91 | <color name="m3_ref_palette_primary100">#ffffffff</color> |
132 | | - <!-- Baseline palette – Tertiary --> |
133 | | - <color name="m3_ref_palette_tertiary0">#ff000000</color> |
134 | | - <color name="m3_ref_palette_tertiary10">#ff31111d</color> |
135 | | - <color name="m3_ref_palette_tertiary20">#ff492532</color> |
136 | | - <color name="m3_ref_palette_tertiary30">#ff633b48</color> |
137 | | - <color name="m3_ref_palette_tertiary40">#ff7d5260</color> |
138 | | - <color name="m3_ref_palette_tertiary50">#ff986977</color> |
139 | | - <color name="m3_ref_palette_tertiary60">#ffb58392</color> |
140 | | - <color name="m3_ref_palette_tertiary70">#ffd29dac</color> |
141 | | - <color name="m3_ref_palette_tertiary80">#ffefb8c8</color> |
142 | | - <color name="m3_ref_palette_tertiary90">#ffffd8e4</color> |
143 | | - <color name="m3_ref_palette_tertiary95">#ffffecf1</color> |
144 | | - <color name="m3_ref_palette_tertiary99">#fffffbfa</color> |
145 | | - <color name="m3_ref_palette_tertiary100">#ffffffff</color> |
| 92 | + <color name="m3_ref_palette_primary99">#fffffbfe</color> |
| 93 | + <color name="m3_ref_palette_primary95">#fff6edff</color> |
| 94 | + <color name="m3_ref_palette_primary90">#ffeaddff</color> |
| 95 | + <color name="m3_ref_palette_primary80">#ffd0bcff</color> |
| 96 | + <color name="m3_ref_palette_primary70">#ffb69df8</color> |
| 97 | + <color name="m3_ref_palette_primary60">#ff9a82db</color> |
| 98 | + <color name="m3_ref_palette_primary50">#ff7f67be</color> |
| 99 | + <color name="m3_ref_palette_primary40">#ff6750a4</color> |
| 100 | + <color name="m3_ref_palette_primary30">#ff4f378b</color> |
| 101 | + <color name="m3_ref_palette_primary20">#ff381e72</color> |
| 102 | + <color name="m3_ref_palette_primary10">#ff21005d</color> |
| 103 | + <color name="m3_ref_palette_primary0">#ff000000</color> |
146 | 104 | <!-- Baseline palette – Secondary --> |
147 | | - <color name="m3_ref_palette_secondary0">#ff000000</color> |
148 | | - <color name="m3_ref_palette_secondary10">#ff1d192b</color> |
149 | | - <color name="m3_ref_palette_secondary20">#ff332d41</color> |
150 | | - <color name="m3_ref_palette_secondary30">#ff4a4458</color> |
151 | | - <color name="m3_ref_palette_secondary40">#ff625b71</color> |
152 | | - <color name="m3_ref_palette_secondary50">#ff7a7289</color> |
153 | | - <color name="m3_ref_palette_secondary60">#ff958da5</color> |
154 | | - <color name="m3_ref_palette_secondary70">#ffb0a7c0</color> |
155 | | - <color name="m3_ref_palette_secondary80">#ffccc2dc</color> |
156 | | - <color name="m3_ref_palette_secondary90">#ffe8def8</color> |
157 | | - <color name="m3_ref_palette_secondary95">#fff6edff</color> |
158 | | - <color name="m3_ref_palette_secondary99">#fffffbfe</color> |
159 | 105 | <color name="m3_ref_palette_secondary100">#ffffffff</color> |
| 106 | + <color name="m3_ref_palette_secondary99">#fffffbfe</color> |
| 107 | + <color name="m3_ref_palette_secondary95">#fff6edff</color> |
| 108 | + <color name="m3_ref_palette_secondary90">#ffe8def8</color> |
| 109 | + <color name="m3_ref_palette_secondary80">#ffccc2dc</color> |
| 110 | + <color name="m3_ref_palette_secondary70">#ffb0a7c0</color> |
| 111 | + <color name="m3_ref_palette_secondary60">#ff958da5</color> |
| 112 | + <color name="m3_ref_palette_secondary50">#ff7a7289</color> |
| 113 | + <color name="m3_ref_palette_secondary40">#ff625b71</color> |
| 114 | + <color name="m3_ref_palette_secondary30">#ff4a4458</color> |
| 115 | + <color name="m3_ref_palette_secondary20">#ff332d41</color> |
| 116 | + <color name="m3_ref_palette_secondary10">#ff1d192b</color> |
| 117 | + <color name="m3_ref_palette_secondary0">#ff000000</color> |
| 118 | + <!-- Baseline palette – Tertiary --> |
| 119 | + <color name="m3_ref_palette_tertiary100">#ffffffff</color> |
| 120 | + <color name="m3_ref_palette_tertiary99">#fffffbfa</color> |
| 121 | + <color name="m3_ref_palette_tertiary95">#ffffecf1</color> |
| 122 | + <color name="m3_ref_palette_tertiary90">#ffffd8e4</color> |
| 123 | + <color name="m3_ref_palette_tertiary80">#ffefb8c8</color> |
| 124 | + <color name="m3_ref_palette_tertiary70">#ffd29dac</color> |
| 125 | + <color name="m3_ref_palette_tertiary60">#ffb58392</color> |
| 126 | + <color name="m3_ref_palette_tertiary50">#ff986977</color> |
| 127 | + <color name="m3_ref_palette_tertiary40">#ff7d5260</color> |
| 128 | + <color name="m3_ref_palette_tertiary30">#ff633b48</color> |
| 129 | + <color name="m3_ref_palette_tertiary20">#ff492532</color> |
| 130 | + <color name="m3_ref_palette_tertiary10">#ff31111d</color> |
| 131 | + <color name="m3_ref_palette_tertiary0">#ff000000</color> |
| 132 | + <!-- Baseline palette – Error --> |
| 133 | + <color name="m3_ref_palette_error100">#ffffffff</color> |
| 134 | + <color name="m3_ref_palette_error99">#fffffbf9</color> |
| 135 | + <color name="m3_ref_palette_error95">#fffceeee</color> |
| 136 | + <color name="m3_ref_palette_error90">#fff9dedc</color> |
| 137 | + <color name="m3_ref_palette_error80">#fff2b8b5</color> |
| 138 | + <color name="m3_ref_palette_error70">#ffec928e</color> |
| 139 | + <color name="m3_ref_palette_error60">#ffe46962</color> |
| 140 | + <color name="m3_ref_palette_error50">#ffdc362e</color> |
| 141 | + <color name="m3_ref_palette_error40">#ffb3261e</color> |
| 142 | + <color name="m3_ref_palette_error30">#ff8c1d18</color> |
| 143 | + <color name="m3_ref_palette_error20">#ff601410</color> |
| 144 | + <color name="m3_ref_palette_error10">#ff410e0b</color> |
| 145 | + <color name="m3_ref_palette_error0">#ff000000</color> |
| 146 | + <!-- Baseline palette – Neutral --> |
| 147 | + <color name="m3_ref_palette_neutral100">#ffffffff</color> |
| 148 | + <color name="m3_ref_palette_neutral99">#fffffbfe</color> |
| 149 | + <color name="m3_ref_palette_neutral95">#fff4eff4</color> |
| 150 | + <color name="m3_ref_palette_neutral90">#ffe6e1e5</color> |
| 151 | + <color name="m3_ref_palette_neutral80">#ffc9c5ca</color> |
| 152 | + <color name="m3_ref_palette_neutral70">#ffaeaaae</color> |
| 153 | + <color name="m3_ref_palette_neutral60">#ff939094</color> |
| 154 | + <color name="m3_ref_palette_neutral50">#ff787579</color> |
| 155 | + <color name="m3_ref_palette_neutral40">#ff605d62</color> |
| 156 | + <color name="m3_ref_palette_neutral30">#ff484649</color> |
| 157 | + <color name="m3_ref_palette_neutral20">#ff313033</color> |
| 158 | + <color name="m3_ref_palette_neutral10">#ff1c1b1f</color> |
| 159 | + <color name="m3_ref_palette_neutral0">#ff000000</color> |
160 | 160 | <!-- Baseline palette – Neutral variant --> |
161 | | - <color name="m3_ref_palette_neutral_variant0">#ff000000</color> |
162 | | - <color name="m3_ref_palette_neutral_variant10">#ff1d1a22</color> |
163 | | - <color name="m3_ref_palette_neutral_variant20">#ff322f37</color> |
164 | | - <color name="m3_ref_palette_neutral_variant30">#ff49454f</color> |
165 | | - <color name="m3_ref_palette_neutral_variant40">#ff605d66</color> |
166 | | - <color name="m3_ref_palette_neutral_variant50">#ff79747e</color> |
167 | | - <color name="m3_ref_palette_neutral_variant60">#ff938f99</color> |
168 | | - <color name="m3_ref_palette_neutral_variant70">#ffaea9b4</color> |
169 | | - <color name="m3_ref_palette_neutral_variant80">#ffcac4d0</color> |
170 | | - <color name="m3_ref_palette_neutral_variant90">#ffe7e0ec</color> |
171 | | - <color name="m3_ref_palette_neutral_variant95">#fff5eefa</color> |
172 | | - <color name="m3_ref_palette_neutral_variant99">#fffffbfe</color> |
173 | 161 | <color name="m3_ref_palette_neutral_variant100">#ffffffff</color> |
| 162 | + <color name="m3_ref_palette_neutral_variant99">#fffffbfe</color> |
| 163 | + <color name="m3_ref_palette_neutral_variant95">#fff5eefa</color> |
| 164 | + <color name="m3_ref_palette_neutral_variant90">#ffe7e0ec</color> |
| 165 | + <color name="m3_ref_palette_neutral_variant80">#ffcac4d0</color> |
| 166 | + <color name="m3_ref_palette_neutral_variant70">#ffaea9b4</color> |
| 167 | + <color name="m3_ref_palette_neutral_variant60">#ff938f99</color> |
| 168 | + <color name="m3_ref_palette_neutral_variant50">#ff79747e</color> |
| 169 | + <color name="m3_ref_palette_neutral_variant40">#ff605d66</color> |
| 170 | + <color name="m3_ref_palette_neutral_variant30">#ff49454f</color> |
| 171 | + <color name="m3_ref_palette_neutral_variant20">#ff322f37</color> |
| 172 | + <color name="m3_ref_palette_neutral_variant10">#ff1d1a22</color> |
| 173 | + <color name="m3_ref_palette_neutral_variant0">#ff000000</color> |
174 | 174 | </resources> |
0 commit comments