[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$frf-DTskxjnNVg9mYrop1ErEtJtO6rAHsq9RZJGXPrJg":3,"$f0fNlpKZ2xmZJw3a86AQvhGVbyx-kBcqr7B99XVQd8c8":186,"$fgzdHG10vnWvlLz8Psu76Wnl4GNqaU61iwDwhR8RqJuI":191},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":18,"download_link":25,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"discovery_status":30,"vulnerabilities":31,"developer":32,"crawl_stats":28,"alternatives":39,"analysis":136,"fingerprints":171},"quick-admin-color-scheme-picker","Quick admin color scheme picker","0.7","mitcho (Michael Yoshitaka Erlewine)","https:\u002F\u002Fprofiles.wordpress.org\u002Fmitchoyoshitaka\u002F","\u003Cp>Lets you quickly switch between admin color schemes from the “howdy menu.” Happy Birthday Sara Cannon!\u003C\u002Fp>\n","Lets you quickly switch between admin color schemes from the \"howdy menu.\" Happy Birthday Sara Cannon! Contribute to development on GitHub.",10,4392,100,1,"2014-12-09T02:33:00.000Z","4.0.38","3.3","",[20,21,22,23,24],"admin","admin-color","color","color-scheme","ui","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-admin-color-scheme-picker.0.7.zip",85,0,null,"2026-04-06T09:54:40.288Z","no_bundle",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":35,"avg_security_score":26,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"mitchoyoshitaka",14,5870,30,84,"2026-05-20T02:56:28.138Z",[40,62,83,104,119],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":13,"num_ratings":50,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":18,"tags":54,"homepage":58,"download_link":59,"security_score":60,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":61},"force-admin-color-scheme","Force Admin Color Scheme","2.1","Scott Reilly","https:\u002F\u002Fprofiles.wordpress.org\u002Fcoffee2code\u002F","\u003Cp>Though it is typically an individually configurable aspect of WordPress, there are times when forcing a single admin color scheme upon all users of a site can be warranted, such as to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Provide a unique backend color scheme for multiple sites used by the same set of users to reinforce the difference between the sites.\u003C\u002Fli>\n\u003Cli>Clearly denote backend differences between a production and staging\u002Ftest instance of a site. Especially given that in this situation with the same plugins active and often the same data present, it can be easy to get mixed up about what site you’re actually on.\u003C\u002Fli>\n\u003Cli>Force a site brand-appropriate color scheme.\u003C\u002Fli>\n\u003Cli>Crush the expression of individuality under your iron fist.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Additionally, the plugin removes the “Admin Color Scheme” profile setting from users who don’t have the capability to set the admin color scheme globally since being able to set its value gives them the false impression that it may actually apply.\u003C\u002Fp>\n\u003Cp>Links: \u003Ca href=\"https:\u002F\u002Fcoffee2code.com\u002Fwp-plugins\u002Fforce-admin-color-scheme\u002F\" rel=\"nofollow ugc\">Plugin Homepage\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforce-admin-color-scheme\u002F\" rel=\"ugc\">Plugin Directory Page\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcoffee2code\u002Fforce-admin-color-scheme\u002F\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fcoffee2code.com\" rel=\"nofollow ugc\">Author Homepage\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Hooks\u003C\u002Fh3>\n\u003Cp>The plugin is further customizable via one filter. Typically, code making use of filters should ideally be put into a mu-plugin or site-specific plugin (which is beyond the scope of this readme to explain).\u003C\u002Fp>\n\u003Cp>\u003Cstrong>c2c_force_admin_color_scheme (filter)\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The ‘c2c_force_admin_color_scheme’ filter allows you to set or override the forced admin color scheme. Use of the constant (“) takes priority over the filtered value, but the filtered value takes priority over the value set via the admin.\u003C\u002Fp>\n\u003Cp>Arguments:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>$color (string): The name of the admin color scheme. If an empty string is returned, then the plugin will behave as if no forced admin color scheme has been defined.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F**\n * Sets a forced admin color scheme based on user. Admins get one color scheme, whereas everyone else gets another.\n *\n * @param string $color The current forced admin color scheme. Empty string indicates no forced admin color scheme.\n * @return string\n *\u002F\nfunction my_c2c_force_admin_color_scheme( $color ) {\n    return current_user_can( 'manage_options' ) ? 'sunrise' : 'coffee';\n}\nadd_filter( 'c2c_force_admin_color_scheme', 'my_c2c_force_admin_color_scheme' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Force a single admin color scheme for all users of the site.",600,10292,2,"2025-04-17T19:49:00.000Z","6.8.5","4.1",[20,55,56,23,57],"admin-colors","coffee2code","staging","https:\u002F\u002Fcoffee2code.com\u002Fwp-plugins\u002Fforce-admin-color-scheme\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforce-admin-color-scheme.2.1.zip",92,"2026-04-16T10:56:18.058Z",{"slug":63,"name":64,"version":65,"author":66,"author_profile":67,"description":68,"short_description":69,"active_installs":70,"downloaded":71,"rating":72,"num_ratings":73,"last_updated":74,"tested_up_to":75,"requires_at_least":76,"requires_php":18,"tags":77,"homepage":81,"download_link":82,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":61},"colorize-admin","Colorize Admin","2.0","Simple Themes","https:\u002F\u002Fprofiles.wordpress.org\u002Fartcreativeme\u002F","\u003Cp>This is a simple plugin that will make your wp admin panel theme much more pleasant for work. Using specific colours you improve your work surrounding and simple and clean design of your wp admin panel.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>30 color themes.\u003C\u002Fli>\n\u003Cli>Tested with other popular plugins.\u003C\u002Fli>\n\u003Cli>last update 8\u002F5\u002F2019\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Video:\u003Cbr \u002F>\nhttps:\u002F\u002Fwww.youtube.com\u002Fwatch?v=usB0PPeEczw\u003C\u002Fp>\n","This is a simple plugin that will make your wp admin panel theme much more pleasant for work.",200,8078,96,8,"2019-08-05T10:24:00.000Z","5.2.24","4.0",[21,78,23,79,80],"admin-theme","colorize","scheme","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcolorize-admin","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcolorize-admin.zip",{"slug":84,"name":85,"version":86,"author":87,"author_profile":88,"description":89,"short_description":90,"active_installs":13,"downloaded":91,"rating":92,"num_ratings":93,"last_updated":94,"tested_up_to":95,"requires_at_least":96,"requires_php":18,"tags":97,"homepage":102,"download_link":103,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"easy-admin-color-schemes","Easy Admin Color Schemes","4.2","Jick","https:\u002F\u002Fprofiles.wordpress.org\u002Fjick\u002F","\u003Cp>The Easy Admin Color Schemes plugin allows users to easily customize the colors of the administration interface for WordPress. It works by adding a new interface to the WordPress admin that allows you to add, edit, import, and export custom admin color schemes. Without the plugin you would need to know how to create your own WordPress plugins or customize WordPress code in order to add your own custom admin color schemes.\u003C\u002Fp>\n\u003Cp>Get more information and support at \u003Ca href=\"http:\u002F\u002Fjamesdimick.com\u002Feasy-admin-color-schemes\" rel=\"nofollow ugc\">the official Easy Admin Color Schemes page\u003C\u002Fa>.\u003C\u002Fp>\n","The Easy Admin Color Schemes plugin allows users to easily customize the colors of the administration interface for WordPress.",46543,86,6,"2013-08-07T19:33:00.000Z","3.6.1","3.6",[20,98,99,100,101],"admin-color-schemes","color-schemes","colors","schemes","http:\u002F\u002FJamesDimick.com\u002Feasy-admin-color-schemes","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Feasy-admin-color-schemes.4.2.zip",{"slug":105,"name":106,"version":107,"author":108,"author_profile":109,"description":110,"short_description":111,"active_installs":11,"downloaded":112,"rating":27,"num_ratings":27,"last_updated":113,"tested_up_to":114,"requires_at_least":114,"requires_php":18,"tags":115,"homepage":117,"download_link":118,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":61},"the-admin-theme-experience","The Admin Theme Experience","0.1","Greg Ross","https:\u002F\u002Fprofiles.wordpress.org\u002Fgregross\u002F","\u003Cp>Proof of concept for proper theme’s for the admin area.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>THIS PLUGIN SHOULD NOT BE USED AT THIS TIME\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>It is only a proof of concept for submission to the “Features-As-Plugins” development model for WordPress.\u003C\u002Fp>\n\u003Cp>It has two primary goals:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Simplify the creation of admin color themes.\u003C\u002Fli>\n\u003Cli>Bring the Site Theme Experience to admin themes.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Simplify\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The current process of creating an admin color theme requires you to create a WordPress plugin.  There is no reason a color theme author should have to also be proficient in PHP and WordPress development to be able to create and deploy an admin color theme.\u003C\u002Fp>\n\u003Cp>To this end, The Admin Theme Experience (ATHX) removes all PHP dependences from the theme files.   It does this my creating a new directory for admin themes (currently located in the plugin directory, however if brought in to the core, it would live in the wp-admin\u002Fthemes directory to mirror the wp-content\u002Fthemes structure).\u003C\u002Fp>\n\u003Cp>Inside the admin theme directory are at minimum 2 files:\u003C\u002Fp>\n\u003Col>\n\u003Cli>style.css – The style sheet to use for the theme, it follows the standard format of header information for a site theme.\u003C\u002Fli>\n\u003Cli>readme.txt – A standard WordPress readme file.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>In addition, several optional files can be included in the theme:\u003C\u002Fp>\n\u003Col>\n\u003Cli>style-rtl.css – A right to left version of the theme\u003C\u002Fli>\n\u003Cli>style.scss and style-rtl.scss – SASS files to create the stylesheets.\u003C\u002Fli>\n\u003Cli>screenshot.png – A screen shot to use in the new admin theme selector.\u003C\u002Fli>\n\u003Cli>Any number of additional files that are useful to the theme.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Updated version of _admin.scss and _variables.scss have been included that support the creation of rtl sytlesheets as well (read on for more information on this later).\u003C\u002Fp>\n\u003Cp>The goal would be to create a third (themes, plugins and admin themes) repository on WordPress.org for admin themes, similar to the theme repository that exists today.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Site Theme Experience\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The current admin theme selector in the ‘Your Profile’ page is woefully underpowered.  Fortunately WordPress 3.8 introduced a brand spanking, super shiny, theme selector (THX) for the site themes, so why not use it for admin themes as well?\u003C\u002Fp>\n\u003Cp>Using the new style.css header information as well as the screen shot, a new menu item is added to the users.php menu, ‘Your Admin Theme’.  This currently loads a slimmed down version of THX (this will be fleshed out, but this is only version 0.1 ;).\u003C\u002Fp>\n\u003Cp>The plugin also replaces the existing theme selector in the ‘Your Profile’ page with a link to the new page.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Technical Notes\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>This is version 0.1, so there are some things to note:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Of note is that the new code does not use wp_admin_css_color() in any way, shape or form.\u003C\u002Fli>\n\u003Cli>Uploading of themes is currently not implemented.\u003C\u002Fli>\n\u003Cli>There is some fudge used in a few places, in a core implementation some functions\u002Fclass would be altered to support multiple repositories and types of themes.  For the POC this has not been done as altering core functions\u002Fclasses is difficult with a plugin.\u003C\u002Fli>\n\u003Cli>The plugin works by ALWAYS setting the current WordPress admin theme to default.  It stores the “real” admin theme in the “admin_xp_color” user option.  This ensure that the appropriate css files are loaded which all of the built in admin themes use (and all the third party ones I’ve seen so far).  After that, it loads the theme’s style.css file.  In a core implementation the second user option would not be required and the code simplified.\u003C\u002Fli>\n\u003Cli>As a POC, many items, like multi-site support and proper capabilities checking, has not yet been implemented.\u003C\u002Fli>\n\u003Cli>As this changes the contents of the theme directories, the built in admin theme’s have been moved over to the plugins new themes directory and updated to match the new requirements.  This has been done by hand and no new .scss files have been used to generate them at this time.  The “Modern Grey” theme however does use the new _admin.scss file to generate it’s style.css.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>History\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Just after WordPress 3.8 b1 came out I found myself not liking the new default admin color scheme all that much.  It was a lot darker than the old one and just didn’t appeal to me.\u003C\u002Fp>\n\u003Cp>So I started looking at how to build an admin color theme.  This was before the officially sanctioned “Admin Color Schemes” plugin came out and I found the documentation to be slightly confusing overall.  To the point that I put the idea away, figuring someone else would probably make a plugin to do the work for me 🙂\u003C\u002Fp>\n\u003Cp>Once “Admin Color Schemes” was released, it became much clearer what you had to do.  However it also made clear the fact that the admin color scheme code was fundamentally broken.  I say this because:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The built in themes can do things add on themes can’t (for example a simple @include ‘..\u002Fcolors.css’).\u003C\u002Fli>\n\u003Cli>Because of the above, you have to hook the load of the admin page and hack in the colors.css file.\u003C\u002Fli>\n\u003Cli>A hook for a single admin color theme might be ok, but what about 10 or 20 or more for large sites?\u003C\u002Fli>\n\u003Cli>You have to register all the color theme’s you have on EVERY page load.\u003C\u002Fli>\n\u003Cli>_admin.css cannot generate both rtl and ltr files.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>On top of that, the theme picker in the profile page became much too large to be part of the profile page.  “Admin Color Schemes” adds 8 new themes, my own “Grey Admin Color Schemes” adds 4.  A large site could have countless themes all adding to the profile page.\u003C\u002Fp>\n\u003Cp>Likewise, with only 4 “preview” colors, it makes it VERY hard to tell what the theme is actually going to look like.  My “Grey Admin Color Schemes” share much of the same color pallet, but are clearly different as soon as you see them in action.\u003C\u002Fp>\n\u003Cp>The final nitpick I had with the existing code is that as soon as you click on a new admin theme, it gets saved as your theme.  This goes counter to the “Save” button at the bottom of the page and the traditional work flow of the profile page.\u003C\u002Fp>\n\u003Cp>I tried several different things to “save” the old system:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>I tried including wp-admin\u002Fcss\u002Fcolors.css in my css file, but that doesn’t work as you either have to use a relative path to it, which breaks if the user has split the location of the wp-content and wp-admin directories, or you have to make your colors.css a php file so you can use the WordPress functions to find the wp-admin folder.\u003C\u002Fli>\n\u003Cli>I rewrote colors.css to be a .scss file, however I found other missing components in it and LOTS of extra items that were not covered by the _admin.scss file.  This ended up being a real mess.\u003C\u002Fli>\n\u003Cli>I rewrote _admin.scss to include the missing items from colors.css and other locations.  This was a trip down the rabbit hole, no matter how far I went, it just kept going and going and going…\u003C\u002Fli>\n\u003Cli>I thought about extending wp_admin_css_color() to allow for an array to be passed instead of a single css file, but that just covered up many of the other issues listed above.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>In the end, I decided the old method was just too limited and wrote this plugin to try and fix the problem.\u003C\u002Fp>\n\u003Cp>Turns out it was easier than I thought… kind of 😉\u003C\u002Fp>\n","POC for proper theme's for the admin area.",1960,"2013-12-24T14:32:00.000Z","3.8.0",[116],"admin-color-scheme-theme","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fthe-admin-theme-experience","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fthe-admin-theme-experience.0.1.zip",{"slug":120,"name":121,"version":122,"author":123,"author_profile":124,"description":125,"short_description":126,"active_installs":11,"downloaded":127,"rating":13,"num_ratings":128,"last_updated":129,"tested_up_to":130,"requires_at_least":76,"requires_php":18,"tags":131,"homepage":134,"download_link":135,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":61},"w2o-football-fans-admin-color-schemes","W2O Football Fans Admin Color Schemes","1.2","Shishir Raj Adhikari","https:\u002F\u002Fprofiles.wordpress.org\u002Fshishiradhikari\u002F","\u003Cp>“W2O Football Fans Admin Color Schemes” is a set of new admin color schemes for football (soccer) fans. You can set a color scheme of your favorite football team or club of which you are a fan of, for your admin.\u003C\u002Fp>\n\u003Cp>The plugin also adds a badge\u002Flogo of the particular football team or club (of the color scheme you select) at the bottom of the left side menu section of wp admin.\u003C\u002Fp>\n\u003Cp>There are all together 27 new admin color schemes based on football team\u002Fclub (12 clubs + 15 countries). Enjoy!!!\u003C\u002Fp>\n\u003Cp>If you like this plugin then why don’t you drop an email at shishir.adhikari@gmail.com saying “I loved it…”. I would really appreciate that.\u003C\u002Fp>\n","Admin Color Schemes for Football Fans",2375,3,"2018-07-31T09:15:00.000Z","4.9.29",[21,98,99,132,133],"football-team-colors","w2o","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fw2o-football-fans-admin-color-schemes\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fw2o-football-fans-admin-color-schemes.1.2.zip",{"attackSurface":137,"codeSignals":154,"taintFlows":161,"riskAssessment":162,"analyzedAt":170},{"hooks":138,"ajaxHandlers":150,"restRoutes":151,"shortcodes":152,"cronEvents":153,"entryPointCount":27,"unprotectedCount":27},[139,146],{"type":140,"name":141,"callback":142,"priority":143,"file":144,"line":145},"action","admin_bar_menu","qacsp_menu",11,"quick-admin-color-scheme-picker.php",12,{"type":140,"name":147,"callback":148,"file":144,"line":149},"admin_init","qacsp_switch",72,[],[],[],[],{"dangerousFunctions":155,"sqlUsage":156,"outputEscaping":158,"fileOperations":27,"externalRequests":27,"nonceChecks":27,"capabilityChecks":27,"bundledLibraries":160},[],{"prepared":27,"raw":27,"locations":157},[],{"escaped":14,"rawEcho":27,"locations":159},[],[],[],{"summary":163,"deductions":164},"The \"quick-admin-color-scheme-picker\" plugin v0.7 exhibits a strong security posture based on the provided static analysis. There are no identified entry points such as AJAX handlers, REST API routes, or shortcodes, and importantly, no unprotected entry points. The code also demonstrates adherence to secure coding practices by avoiding dangerous functions, using prepared statements for all SQL queries, properly escaping all output, and not performing file operations or external HTTP requests. The absence of taint analysis findings further reinforces the impression of secure code.\n\nThe plugin's vulnerability history is equally encouraging, with zero known CVEs of any severity. This indicates a well-maintained and secure codebase over time. However, the complete lack of identified entry points and the absence of nonce or capability checks, while seemingly a strength in terms of attack surface, could also be interpreted as a lack of necessary security measures if any functionality were to be added in the future without proper authorization checks. The current configuration presents minimal risk, but future development should be monitored for the introduction of new entry points and the corresponding implementation of security checks.\n\nIn conclusion, \"quick-admin-color-scheme-picker\" v0.7 appears to be a highly secure plugin, with no identified vulnerabilities in its current state and excellent adherence to secure coding principles. The limited attack surface and lack of known security issues are significant strengths. The primary area for caution lies in the complete absence of authorization checks, which, while not a current risk, could become one if the plugin's functionality expands without the introduction of appropriate security layers.",[165,168],{"reason":166,"points":167},"No capability checks implemented",5,{"reason":169,"points":167},"No nonce checks implemented","2026-04-16T11:53:31.474Z",{"wat":172,"direct":178},{"assetPaths":173,"generatorPatterns":174,"scriptPaths":175,"versionParams":176},[],[],[],[177],"quick-admin-color-scheme-picker\u002Fstyle.css?ver=0.7",{"cssClasses":179,"htmlComments":181,"htmlAttributes":182,"restEndpoints":183,"jsGlobals":184,"shortcodeOutput":185},[180],"qacsp-link",[],[],[],[],[],{"error":187,"url":188,"statusCode":189,"statusMessage":190,"message":190},true,"http:\u002F\u002Flocalhost\u002Fapi\u002Fplugins\u002Fquick-admin-color-scheme-picker\u002Fbundle",404,"no bundle for this plugin yet",{"slug":4,"current_version":6,"total_versions":192,"versions":193},7,[194,200,207,214,221,228,235],{"version":6,"download_url":25,"svn_tag_url":195,"released_at":28,"has_diff":196,"diff_files_changed":197,"diff_lines":28,"trac_diff_url":198,"vulnerabilities":199,"is_current":187},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquick-admin-color-scheme-picker\u002Ftags\u002F0.7\u002F",false,[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.6&new_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.7",[],{"version":201,"download_url":202,"svn_tag_url":203,"released_at":28,"has_diff":196,"diff_files_changed":204,"diff_lines":28,"trac_diff_url":205,"vulnerabilities":206,"is_current":196},"0.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-admin-color-scheme-picker.0.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquick-admin-color-scheme-picker\u002Ftags\u002F0.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.5&new_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.6",[],{"version":208,"download_url":209,"svn_tag_url":210,"released_at":28,"has_diff":196,"diff_files_changed":211,"diff_lines":28,"trac_diff_url":212,"vulnerabilities":213,"is_current":196},"0.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-admin-color-scheme-picker.0.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquick-admin-color-scheme-picker\u002Ftags\u002F0.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.4&new_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.5",[],{"version":215,"download_url":216,"svn_tag_url":217,"released_at":28,"has_diff":196,"diff_files_changed":218,"diff_lines":28,"trac_diff_url":219,"vulnerabilities":220,"is_current":196},"0.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-admin-color-scheme-picker.0.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquick-admin-color-scheme-picker\u002Ftags\u002F0.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.3&new_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.4",[],{"version":222,"download_url":223,"svn_tag_url":224,"released_at":28,"has_diff":196,"diff_files_changed":225,"diff_lines":28,"trac_diff_url":226,"vulnerabilities":227,"is_current":196},"0.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-admin-color-scheme-picker.0.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquick-admin-color-scheme-picker\u002Ftags\u002F0.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.2&new_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.3",[],{"version":229,"download_url":230,"svn_tag_url":231,"released_at":28,"has_diff":196,"diff_files_changed":232,"diff_lines":28,"trac_diff_url":233,"vulnerabilities":234,"is_current":196},"0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-admin-color-scheme-picker.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquick-admin-color-scheme-picker\u002Ftags\u002F0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.1&new_path=%2Fquick-admin-color-scheme-picker%2Ftags%2F0.2",[],{"version":107,"download_url":236,"svn_tag_url":237,"released_at":28,"has_diff":196,"diff_files_changed":238,"diff_lines":28,"trac_diff_url":28,"vulnerabilities":239,"is_current":196},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-admin-color-scheme-picker.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquick-admin-color-scheme-picker\u002Ftags\u002F0.1\u002F",[],[]]