{"id":15661134,"url":"https://github.com/ryelle/admin-color-schemes","last_synced_at":"2025-04-23T20:50:31.439Z","repository":{"id":10587283,"uuid":"12798225","full_name":"ryelle/admin-color-schemes","owner":"ryelle","description":"Even more admin color schemes for WP admin","archived":false,"fork":false,"pushed_at":"2022-01-31T19:20:30.000Z","size":2343,"stargazers_count":20,"open_issues_count":1,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-30T03:30:00.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://wordpress.org/plugins/admin-color-schemes/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryelle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-13T00:45:42.000Z","updated_at":"2024-02-28T22:21:06.000Z","dependencies_parsed_at":"2022-08-30T20:01:35.956Z","dependency_job_id":null,"html_url":"https://github.com/ryelle/admin-color-schemes","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fadmin-color-schemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fadmin-color-schemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fadmin-color-schemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryelle%2Fadmin-color-schemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryelle","download_url":"https://codeload.github.com/ryelle/admin-color-schemes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514366,"owners_count":21443206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T13:26:04.615Z","updated_at":"2025-04-23T20:50:31.412Z","avatar_url":"https://github.com/ryelle.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Admin Color Schemes\n===================\n\nEven more admin color schemes for WP admin.\n\nEvergreen \u0026 Mint designed by @melchoyce\n\nPrimary, Sunset, and Vineyard designed by Kate \u0026 Dave Whitley\n\nKirk inspired by [the WordPress 5.3 release art.](https://wordpress.org/news/2019/11/kirk/)\n\nAdderley inspired by [the WordPress 5.4 release art.](https://wordpress.org/news/2020/03/adderley/)\n\n## Development\n\nTo work on the color schemes, first [fork this repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) to your account. Clone it into your plugins directory, and install the dependencies. You will need [node \u0026 npm](https://nodejs.org/en/) installed.\n\n```\n$ git clone git@github.com:[YOUR_USERNAME]/admin-color-schemes.git\n$ cd admin-color-schemes\n$ npm install\n$ npm run build\n```\n\nYou can also run `npm start` to watch the scss files as you work.\n\n### Color Scheme Structure\n\nEach color scheme has a folder, and in each folder is a `colors.scss` file, and 2 `.css` files. The CSS files are generated by the steps above, you should not need to edit these. A basic color scheme defines 3 variables, but you can add more. The list of variables you can define are in `_variables.scss`.\n\n```scss\n$base-color: #36395c;\n$highlight-color: #8bbc9f;\n$notification-color: #d2ac1f;\n```\n\nThe last part of the `colors.scss` file is an import, which is how the scheme is generated. This is required, otherwise your color scheme won't work.\n\n```scss\n@import \"../admin\";\n```\n\nNow your scheme can be added to `admin-color-schemes.php` 🎨\n\n**Note:** `_admin.scss`, `_mixins.scss`, and `_variables.scss` are synced with WordPress core files, and shouldn't be edited.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryelle%2Fadmin-color-schemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryelle%2Fadmin-color-schemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryelle%2Fadmin-color-schemes/lists"}