@@ -107,99 +107,99 @@ object LauncherBackground {
107107 * to achieve a nice looking gradient tint
108108 */
109109 val vectorColors: Array <IntArray > = arrayOf(
110- intArrayOf(parseColor( " #FFF6E58D " ), parseColor( " #FFE056FD " )), // 01
111- intArrayOf(parseColor( " #FFFFD71D " ), parseColor( " #FF804700 " )), // 02
112- intArrayOf(parseColor( " #FFaa8659 " ), parseColor( " #FFaa8659 " )), // 03
113- intArrayOf(parseColor( " #FF9d56a0 " ), parseColor( " #FF246887 " )), // 04
114- intArrayOf(parseColor( " #FFDE542A " ), parseColor( " #FFBA2D0A " )), // 05
115- intArrayOf(parseColor( " #FF52618c " ), parseColor( " #FF6b8ea9 " )), // 06
116- intArrayOf(parseColor( " #FF434E94 " ), parseColor( " #FF081146 " )), // 07
117- intArrayOf(parseColor( " #FFDE7E42 " ), parseColor( " #FFBF5047 " )), // 08
118- intArrayOf(parseColor( " #FFc75124 " ), parseColor( " #FFFBB58E " )), // 09
119- intArrayOf(parseColor( " #FF3cb1c3 " ), parseColor( " #FFb5b1a5 " )), // 10
120- intArrayOf(parseColor( " #FF2d6e76 " ), parseColor( " #FF589180 " )), // 11
121- intArrayOf(parseColor( " #FFC2602A " ), parseColor( " #FFE89144 " )), // 12
122- intArrayOf(parseColor( " #FFFC6F55 " ), parseColor( " #FFC3687B " )), // 13
123- intArrayOf(parseColor( " #FF69525E " ), parseColor( " #FF432131 " )), // 14
124- intArrayOf(parseColor( " #FF441F00 " ), parseColor( " #FFBE804C " )), // 15
125- intArrayOf(parseColor( " #FFB58061 " ), parseColor( " #FFD08F4D " )), // 16
126- intArrayOf(parseColor( " #FFFF8A9F " ), parseColor( " #FFB6577C " )), // 17
127- intArrayOf(parseColor( " #FFffe8c7 " ), parseColor( " #FFf5c579 " )), // 18
128- intArrayOf(parseColor( " #FF91AEAD " ), parseColor( " #FF2f4a5d " )), // 19
129- intArrayOf(parseColor( " #FF008D7D " ), parseColor( " #FF1e0b53 " )), // 20
130- intArrayOf(parseColor( " #FF872133 " ), parseColor( " #FFBB4657 " )), // 21
131- intArrayOf(parseColor( " #FF44408D " ), parseColor( " #FF1C7EB6 " )), // 22
132- intArrayOf(parseColor( " #FF047a62 " ), parseColor( " #FF9df3c4 " )), // 23
133- intArrayOf(parseColor( " #FFEBAC59 " ), parseColor( " #FF9C314C " )), // 24
134- intArrayOf(parseColor( " #FF00748e " ), parseColor( " #FF004b5b " )), // 25
135- intArrayOf(parseColor( " #FF20804C " ), parseColor( " #FF6BE297 " )), // 26
136- intArrayOf(parseColor( " #FF48543E " ), parseColor( " #FFBEA46F " )), // 27
137- intArrayOf(parseColor( " #FF7E2845 " ), parseColor( " #FFE15B64 " )), // 28
138- intArrayOf(parseColor( " #FF344b70 " ), parseColor( " #FFbfcadb " )), // 29
139- intArrayOf(parseColor( " #FF7b8c62 " ), parseColor( " #FF4b594b " )), // 30
140- intArrayOf(parseColor( " #FF6f493c " ), parseColor( " #FFf68815 " )), // 31
141- intArrayOf(parseColor( " #FF1c629b " ), parseColor( " #FF1d71b5 " )), // 32
142- intArrayOf(parseColor( " #FFea9633 " ), parseColor( " #FFfece35 " )), // 33
143- intArrayOf(parseColor( " #FFa14118 " ), parseColor( " #FFdb6532 " )), // 34
144- intArrayOf(parseColor( " #FF1B72A7 " ), parseColor( " #FF1BA0D1 " )), // 35
145- intArrayOf(parseColor( " #FFa12c34 " ), parseColor( " #FFF87136 " )), // 36
146- intArrayOf(parseColor( " #FFde4339 " ), parseColor( " #FFff9b43 " )), // 37
147- intArrayOf(parseColor( " #FF25b782 " ), parseColor( " #FF006f7a " )), // 38
148- intArrayOf(parseColor( " #FFed6959 " ), parseColor( " #FFf6aa4d " )), // 39
149- intArrayOf(parseColor( " #FF2d3f43 " ), parseColor( " #FF5c6b4d " )), // 40
150- intArrayOf(parseColor( " #FF9C3F88 " ), parseColor( " #FFBD2E94 " )), // 41
151- intArrayOf(parseColor( " #FF129483 " ), parseColor( " #FF3EAF98 " )), // 42
152- intArrayOf(parseColor( " #FFFF9266 " ), parseColor( " #FFFFDC78 " )), // 43
153- intArrayOf(parseColor( " #FF3d6199 " ), parseColor( " #FFfa7169 " )), // 44
154- intArrayOf(parseColor( " #FF28ADD1 " ), parseColor( " #FFFF9F29 " )), // 45
155- intArrayOf(parseColor( " #FF0042AE " ), parseColor( " #FF5BA9FD " )), // 46
156- intArrayOf(parseColor( " #FF8b4428 " ), parseColor( " #FFfa9c00 " )), // 47
157- intArrayOf(parseColor( " #FF7E4C3A " ), parseColor( " #FFE7833D " )), // 48
158- intArrayOf(parseColor( " #FF282A57 " ), parseColor( " #FFDE5654 " )), // 49
159- intArrayOf(parseColor( " #FF5e5a39 " ), parseColor( " #FF828439 " )), // 50
160- intArrayOf(parseColor( " #FFbe5c35 " ), parseColor( " #FFeabc83 " )), // 51
161- intArrayOf(parseColor( " #FF328a62 " ), parseColor( " #FF71bb7f " )), // 52
162- intArrayOf(parseColor( " #FF008CA2 " ), parseColor( " #FF00C8CA " )), // 53
163- intArrayOf(parseColor( " #FF0085bb " ), parseColor( " #FF66d9db " )), // 54
164- intArrayOf(parseColor( " #FF5a6da3 " ), parseColor( " #FF7382c3 " )), // 55
165- intArrayOf(parseColor( " #FF00919B " ), parseColor( " #FF00BDC6 " )), // 56
166- intArrayOf(parseColor( " #FFFF7979 " ), parseColor( " #FFF6E58D " )), // 57
167- intArrayOf(parseColor( " #FFc6aa9b " ), parseColor( " #FFf4d7be " )), // 58
168- intArrayOf(parseColor( " #FF446977 " ), parseColor( " #FF5a7e91 " )), // 59
169- intArrayOf(parseColor( " #FFee8e50 " ), parseColor( " #FFfcc647 " )), // 60
170- intArrayOf(parseColor( " #FF355872 " ), parseColor( " #FF3b71a3 " )), // 61
171- intArrayOf(parseColor( " #FF918047 " ), parseColor( " #FFc4a847 " )), // 62
172- intArrayOf(parseColor( " #FF008F9F " ), parseColor( " #FF47FAB0 " )), // 63
173- intArrayOf(parseColor( " #FF67381b " ), parseColor( " #FFb29983 " )), // 64
174- intArrayOf(parseColor( " #FFcc790a " ), parseColor( " #FFfbb03b " )), // 65
175- intArrayOf(parseColor( " #FFe57123 " ), parseColor( " #FFf4944d " )), // 66
176- intArrayOf(parseColor( " #FF0f417e " ), parseColor( " #FF4377aa " )), // 67
177- intArrayOf(parseColor( " #FF02162f " ), parseColor( " #FF0f417e " )), // 68
178- intArrayOf(parseColor( " #FFCA8A64 " ), parseColor( " #FFFFE18E " )), // 69
179- intArrayOf(parseColor( " #FFCC4622 " ), parseColor( " #FFFE9448 " )), // 70
180- intArrayOf(parseColor( " #FFE66716 " ), parseColor( " #FFFA8E10 " )), // 71
181- intArrayOf(parseColor( " #FFE24949 " ), parseColor( " #FFB52C2C " )), // 72
182- intArrayOf(parseColor( " #FF5F8E55 " ), parseColor( " #FFB5B784 " )), // 73
183- intArrayOf(parseColor( " #FFF16000 " ), parseColor( " #FFF0C549 " )), // 74
184- intArrayOf(parseColor( " #FF696E12 " ), parseColor( " #FFB79521 " )), // 75
110+ intArrayOf(0xFFF6E58D .toInt( ), 0xFFE056FD .toInt( )), // 01
111+ intArrayOf(0xFFFFD71D .toInt( ), 0xFF804700 .toInt( )), // 02
112+ intArrayOf(0xFFAA8659 .toInt( ), 0xFFAA8659 .toInt( )), // 03
113+ intArrayOf(0xFF9D56A0 .toInt( ), 0xFF246887 .toInt( )), // 04
114+ intArrayOf(0xFFDE542A .toInt( ), 0xFFBA2D0A .toInt( )), // 05
115+ intArrayOf(0xFF52618C .toInt( ), 0xFF6B8EA9 .toInt( )), // 06
116+ intArrayOf(0xFF434E94 .toInt( ), 0xFF081146 .toInt( )), // 07
117+ intArrayOf(0xFFDE7E42 .toInt( ), 0xFFBF5047 .toInt( )), // 08
118+ intArrayOf(0xFFC75124 .toInt( ), 0xFFFBB58E .toInt( )), // 09
119+ intArrayOf(0xFF3CB1C3 .toInt( ), 0xFFB5B1A5 .toInt( )), // 10
120+ intArrayOf(0xFF2D6E76 .toInt( ), 0xFF589180 .toInt( )), // 11
121+ intArrayOf(0xFFC2602A .toInt( ), 0xFFE89144 .toInt( )), // 12
122+ intArrayOf(0xFFFC6F55 .toInt( ), 0xFFC3687B .toInt( )), // 13
123+ intArrayOf(0xFF69525E .toInt( ), 0xFF432131 .toInt( )), // 14
124+ intArrayOf(0xFF441F00 .toInt( ), 0xFFBE804C .toInt( )), // 15
125+ intArrayOf(0xFFB58061 .toInt( ), 0xFFD08F4D .toInt( )), // 16
126+ intArrayOf(0xFFFF8A9F .toInt( ), 0xFFB6577C .toInt( )), // 17
127+ intArrayOf(0xFFFFE8C7 .toInt( ), 0xFFF5C579 .toInt( )), // 18
128+ intArrayOf(0xFF91AEAD .toInt( ), 0xFF2F4A5D .toInt( )), // 19
129+ intArrayOf(0xFF008D7D .toInt( ), 0xFF1E0B53 .toInt( )), // 20
130+ intArrayOf(0xFF872133 .toInt( ), 0xFFBB4657 .toInt( )), // 21
131+ intArrayOf(0xFF44408D .toInt( ), 0xFF1C7EB6 .toInt( )), // 22
132+ intArrayOf(0xFF047A62 .toInt( ), 0xFF9DF3C4 .toInt( )), // 23
133+ intArrayOf(0xFFEBAC59 .toInt( ), 0xFF9C314C .toInt( )), // 24
134+ intArrayOf(0xFF00748E .toInt( ), 0xFF004B5B .toInt( )), // 25
135+ intArrayOf(0xFF20804C .toInt( ), 0xFF6BE297 .toInt( )), // 26
136+ intArrayOf(0xFF48543E .toInt( ), 0xFFBEA46F .toInt( )), // 27
137+ intArrayOf(0xFF7E2845 .toInt( ), 0xFFE15B64 .toInt( )), // 28
138+ intArrayOf(0xFF344B70 .toInt( ), 0xFFBFCADB .toInt( )), // 29
139+ intArrayOf(0xFF7B8C62 .toInt( ), 0xFF4B594B .toInt( )), // 30
140+ intArrayOf(0xFF6F493C .toInt( ), 0xFFF68815 .toInt( )), // 31
141+ intArrayOf(0xFF1C629B .toInt( ), 0xFF1D71B5 .toInt( )), // 32
142+ intArrayOf(0xFFEA9633 .toInt( ), 0xFFFECE35 .toInt( )), // 33
143+ intArrayOf(0xFFA14118 .toInt( ), 0xFFDB6532 .toInt( )), // 34
144+ intArrayOf(0xFF1B72A7 .toInt( ), 0xFF1BA0D1 .toInt( )), // 35
145+ intArrayOf(0xFFA12C34 .toInt( ), 0xFFF87136 .toInt( )), // 36
146+ intArrayOf(0xFFDE4339 .toInt( ), 0xFFFF9B43 .toInt( )), // 37
147+ intArrayOf(0xFF25B782 .toInt( ), 0xFF006F7A .toInt( )), // 38
148+ intArrayOf(0xFFED6959 .toInt( ), 0xFFF6AA4D .toInt( )), // 39
149+ intArrayOf(0xFF2D3F43 .toInt( ), 0xFF5C6B4D .toInt( )), // 40
150+ intArrayOf(0xFF9C3F88 .toInt( ), 0xFFBD2E94 .toInt( )), // 41
151+ intArrayOf(0xFF129483 .toInt( ), 0xFF3EAF98 .toInt( )), // 42
152+ intArrayOf(0xFFFF9266 .toInt( ), 0xFFFFDC78 .toInt( )), // 43
153+ intArrayOf(0xFF3D6199 .toInt( ), 0xFFFA7169 .toInt( )), // 44
154+ intArrayOf(0xFF28ADD1 .toInt( ), 0xFFFF9F29 .toInt( )), // 45
155+ intArrayOf(0xFF0042AE .toInt( ), 0xFF5BA9FD .toInt( )), // 46
156+ intArrayOf(0xFF8B4428 .toInt( ), 0xFFFA9C00 .toInt( )), // 47
157+ intArrayOf(0xFF7E4C3A .toInt( ), 0xFFE7833D .toInt( )), // 48
158+ intArrayOf(0xFF282A57 .toInt( ), 0xFFDE5654 .toInt( )), // 49
159+ intArrayOf(0xFF5E5A39 .toInt( ), 0xFF828439 .toInt( )), // 50
160+ intArrayOf(0xFFBE5C35 .toInt( ), 0xFFEABC83 .toInt( )), // 51
161+ intArrayOf(0xFF328A62 .toInt( ), 0xFF71BB7F .toInt( )), // 52
162+ intArrayOf(0xFF008CA2 .toInt( ), 0xFF00C8CA .toInt( )), // 53
163+ intArrayOf(0xFF0085BB .toInt( ), 0xFF66D9DB .toInt( )), // 54
164+ intArrayOf(0xFF5A6DA3 .toInt( ), 0xFF7382C3 .toInt( )), // 55
165+ intArrayOf(0xFF00919B .toInt( ), 0xFF00BDC6 .toInt( )), // 56
166+ intArrayOf(0xFFFF7979 .toInt( ), 0xFFF6E58D .toInt( )), // 57
167+ intArrayOf(0xFFC6AA9B .toInt( ), 0xFFF4D7BE .toInt( )), // 58
168+ intArrayOf(0xFF446977 .toInt( ), 0xFF5A7E91 .toInt( )), // 59
169+ intArrayOf(0xFFEE8E50 .toInt( ), 0xFFFCC647 .toInt( )), // 60
170+ intArrayOf(0xFF355872 .toInt( ), 0xFF3B71A3 .toInt( )), // 61
171+ intArrayOf(0xFF918047 .toInt( ), 0xFFC4A847 .toInt( )), // 62
172+ intArrayOf(0xFF008F9F .toInt( ), 0xFF47FAB0 .toInt( )), // 63
173+ intArrayOf(0xFF67381B .toInt( ), 0xFFB29983 .toInt( )), // 64
174+ intArrayOf(0xFFCC790A .toInt( ), 0xFFFBB03B .toInt( )), // 65
175+ intArrayOf(0xFFE57123 .toInt( ), 0xFFF4944D .toInt( )), // 66
176+ intArrayOf(0xFF0F417E .toInt( ), 0xFF4377AA .toInt( )), // 67
177+ intArrayOf(0xFF02162F .toInt( ), 0xFF0F417E .toInt( )), // 68
178+ intArrayOf(0xFFCA8A64 .toInt( ), 0xFFFFE18E .toInt( )), // 69
179+ intArrayOf(0xFFCC4622 .toInt( ), 0xFFFE9448 .toInt( )), // 70
180+ intArrayOf(0xFFE66716 .toInt( ), 0xFFFA8E10 .toInt( )), // 71
181+ intArrayOf(0xFFE24949 .toInt( ), 0xFFB52C2C .toInt( )), // 72
182+ intArrayOf(0xFF5F8E55 .toInt( ), 0xFFB5B784 .toInt( )), // 73
183+ intArrayOf(0xFFF16000 .toInt( ), 0xFFF0C549 .toInt( )), // 74
184+ intArrayOf(0xFF696E12 .toInt( ), 0xFFB79521 .toInt( )), // 75
185185 )
186186
187187 val vectorNightColors: Array <IntArray > = arrayOf(
188- intArrayOf(parseColor( " #FFffa32a " ), parseColor( " #FFcb555b " )), // 01
189- intArrayOf(parseColor( " #FF3664A6 " ), parseColor( " #FF56ABBB " )), // 02
190- intArrayOf(parseColor( " #FF4c355e " ), parseColor( " #FF311b3f " )), // 03
191- intArrayOf(parseColor( " #FF527AAA " ), parseColor( " #FF20344A " )), // 04
192- intArrayOf(parseColor( " #FF3392B1 " ), parseColor( " #FF1B2A65 " )), // 05
193- intArrayOf(parseColor( " #FF212B4F " ), parseColor( " #FF131E3A " )), // 06
194- intArrayOf(parseColor( " #FF2d4383 " ), parseColor( " #FFae4aa0 " )), // 07
195- intArrayOf(parseColor( " #FF9fb0cc " ), parseColor( " #FF121c33 " )), // 08
196- intArrayOf(parseColor( " #FF030B26 " ), parseColor( " #FF463959 " )), // 09
197- intArrayOf(parseColor( " #FF608396 " ), parseColor( " #FFf88063 " )), // 10
198- intArrayOf(parseColor( " #FF554686 " ), parseColor( " #FF6e51c9 " )), // 11
199- intArrayOf(parseColor( " #FFf0a87f " ), parseColor( " #FF415262 " )), // 12
200- intArrayOf(parseColor( " #FFFFEC84 " ), parseColor( " #FFFF8B88 " )), // 13
201- intArrayOf(parseColor( " #FF225664 " ), parseColor( " #FF65CBBF " )), // 14
202- intArrayOf(parseColor( " #FF35556f " ), parseColor( " #FF5492c2 " )), // 15
203- intArrayOf(parseColor( " #FF0096FF " ), parseColor( " #FF1A47A2 " )), // 16
188+ intArrayOf(0xFFFFA32A .toInt( ), 0xFFCB555B .toInt( )), // 01
189+ intArrayOf(0xFF3664A6 .toInt( ), 0xFF56ABBB .toInt( )), // 02
190+ intArrayOf(0xFF4C355E .toInt( ), 0xFF311B3F .toInt( )), // 03
191+ intArrayOf(0xFF527AAA .toInt( ), 0xFF20344A .toInt( )), // 04
192+ intArrayOf(0xFF3392B1 .toInt( ), 0xFF1B2A65 .toInt( )), // 05
193+ intArrayOf(0xFF212B4F .toInt( ), 0xFF131E3A .toInt( )), // 06
194+ intArrayOf(0xFF2D4383 .toInt( ), 0xFFAE4AA0 .toInt( )), // 07
195+ intArrayOf(0xFF9FB0CC .toInt( ), 0xFF121C33 .toInt( )), // 08
196+ intArrayOf(0xFF030B26 .toInt( ), 0xFF463959 .toInt( )), // 09
197+ intArrayOf(0xFF608396 .toInt( ), 0xFFF88063 .toInt( )), // 10
198+ intArrayOf(0xFF554686 .toInt( ), 0xFF6E51C9 .toInt( )), // 11
199+ intArrayOf(0xFFF0A87F .toInt( ), 0xFF415262 .toInt( )), // 12
200+ intArrayOf(0xFFFFEC84 .toInt( ), 0xFFFF8B88 .toInt( )), // 13
201+ intArrayOf(0xFF225664 .toInt( ), 0xFF65CBBF .toInt( )), // 14
202+ intArrayOf(0xFF35556F .toInt( ), 0xFF5492C2 .toInt( )), // 15
203+ intArrayOf(0xFF0096FF .toInt( ), 0xFF1A47A2 .toInt( )), // 16
204204 )
205205}
0 commit comments