@@ -226,6 +226,7 @@ local cryptidConfigTab = function()
226226 config = { n = G .UIT .R , config = { align = " tm" , padding = 0 }, nodes = { left_settings , right_settings } }
227227 cry_nodes [# cry_nodes + 1 ] = config
228228 cry_nodes [# cry_nodes + 1 ] = UIBox_button ({
229+ colour = G .C .CRY_GREENGRADIENT ,
229230 button = " your_collection_content_sets" ,
230231 label = { localize (" b_content_sets" ) },
231232 count = modsCollectionTally (G .P_CENTER_POOLS [" Content Set" ]),
@@ -237,18 +238,31 @@ local cryptidConfigTab = function()
237238 -- Add warning notifications later for family mode
238239 cry_nodes [# cry_nodes + 1 ] = create_toggle ({
239240 label = localize (" cry_family" ),
240- active_colour = G . C . MONEY ,
241+ active_colour = HEX ( " 40c76d " ) ,
241242 ref_table = Cryptid_config ,
242243 ref_value = " family_mode" ,
243244 callback = reload_cryptid_localization ,
244245 })
245246 cry_nodes [# cry_nodes + 1 ] = create_toggle ({
246247 label = localize (" cry_experimental" ),
247- active_colour = G . C . MONEY ,
248+ active_colour = HEX ( " 1f8505 " ) ,
248249 ref_table = Cryptid_config ,
249250 ref_value = " experimental" ,
250251 })
252+ cry_nodes [# cry_nodes + 1 ] = create_toggle ({
253+ label = localize (" cry_feat_https module" ),
254+ active_colour = HEX (" b1c78d" ),
255+ ref_table = Cryptid_config ,
256+ ref_value = " HTTPS" ,
257+ })
258+ cry_nodes [# cry_nodes + 1 ] = create_toggle ({
259+ label = localize (" cry_feat_menu" ),
260+ active_colour = HEX (" 1c5c23" ),
261+ ref_table = Cryptid_config ,
262+ ref_value = " menu" ,
263+ })
251264 cry_nodes [# cry_nodes + 1 ] = UIBox_button ({
265+ colour = G .C .CRY_ALTGREENGRADIENT ,
252266 button = " reset_gameset_config" ,
253267 label = { localize (" b_reset_gameset_" .. (G .PROFILES [G .SETTINGS .profile ].cry_gameset or " mainline" )) },
254268 minw = 5 ,
@@ -292,26 +306,31 @@ local cryptidTabs = function()
292306 }
293307 settings = { n = G .UIT .C , config = { align = " tl" , padding = 0.05 }, nodes = {} }
294308 settings .nodes [# settings .nodes + 1 ] = create_toggle ({
309+ active_colour = G .C .CRY_JOLLY ,
295310 label = localize (" cry_mus_jimball" ),
296311 ref_table = Cryptid_config .Cryptid ,
297312 ref_value = " jimball_music" ,
298313 })
299314 settings .nodes [# settings .nodes + 1 ] = create_toggle ({
315+ active_colour = G .C .CRY_JOLLY ,
300316 label = localize (" cry_mus_code" ),
301317 ref_table = Cryptid_config .Cryptid ,
302318 ref_value = " code_music" ,
303319 })
304320 settings .nodes [# settings .nodes + 1 ] = create_toggle ({
321+ active_colour = G .C .CRY_JOLLY ,
305322 label = localize (" cry_mus_exotic" ),
306323 ref_table = Cryptid_config .Cryptid ,
307324 ref_value = " exotic_music" ,
308325 })
309326 settings .nodes [# settings .nodes + 1 ] = create_toggle ({
327+ active_colour = G .C .CRY_JOLLY ,
310328 label = localize (" cry_mus_high_score" ),
311329 ref_table = Cryptid_config .Cryptid ,
312330 ref_value = " big_music" ,
313331 })
314332 settings .nodes [# settings .nodes + 1 ] = create_toggle ({
333+ active_colour = G .C .CRY_JOLLY ,
315334 label = localize (" cry_mus_alt_bg" ),
316335 ref_table = Cryptid_config .Cryptid ,
317336 ref_value = " alt_bg_music" ,
0 commit comments