{"id":13608885,"url":"https://github.com/deviantfero/wpgtk-colorschemes","last_synced_at":"2025-08-23T22:13:32.130Z","repository":{"id":96007651,"uuid":"126747423","full_name":"deviantfero/wpgtk-colorschemes","owner":"deviantfero","description":":earth_americas: A community driven repository to submit and share colorschemes for wpgtk","archived":false,"fork":false,"pushed_at":"2021-06-02T23:30:27.000Z","size":17,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T01:14:33.934Z","etag":null,"topics":["colorscheme","community","json","linux","terminals","wpgtk"],"latest_commit_sha":null,"homepage":"","language":null,"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/deviantfero.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-25T22:55:25.000Z","updated_at":"2024-09-15T14:57:48.000Z","dependencies_parsed_at":"2023-05-02T23:00:26.946Z","dependency_job_id":null,"html_url":"https://github.com/deviantfero/wpgtk-colorschemes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deviantfero/wpgtk-colorschemes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantfero%2Fwpgtk-colorschemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantfero%2Fwpgtk-colorschemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantfero%2Fwpgtk-colorschemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantfero%2Fwpgtk-colorschemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deviantfero","download_url":"https://codeload.github.com/deviantfero/wpgtk-colorschemes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantfero%2Fwpgtk-colorschemes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261967131,"owners_count":23237663,"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":["colorscheme","community","json","linux","terminals","wpgtk"],"created_at":"2024-08-01T19:01:30.764Z","updated_at":"2025-06-25T23:04:54.169Z","avatar_url":"https://github.com/deviantfero.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# wpgtk-colorschemes\n:earth_americas: A community driven repository to submit and share colorschemes for [wpgtk](https://github.com/deviantfero/wpgtk)\n\nFrom this repository you will be able to download and use JSON formatted colorschemes submitted\nby other `wpgtk` users, you're free to fork this repository to create your own personal collection\nof colorschemes too!\n\nTo submit a new colorscheme, just open a pull request, the colorscheme in question, should have one\nof these formats, for simplicity anything other than the 16 primary colors will be ignored when importing\nso you can of course include other keys in your colorscheme, but only the `color` or `colors` key will be read:\n\n### Exporting Colorschemes\n\nRemember, you can use `wpgtk` to export your handcrafted colorschemes, do it like this:\n\n```\nwpg -o \u003ctheme-to-export\u003e [\u003cpath-to-export-to\u003e]\n```\n\nIf no path is provided, the current directory will be used, \nyou can also specify a filename in the path, then the exported json will have that name.\n\n#### terminal.sexy format\n\n```json\n{\n  \"color\": [\n    \"#272822\",\n    \"#f92672\",\n    \"#a6e22e\",\n    \"#f4bf75\",\n    \"#66d9ef\",\n    \"#ae81ff\",\n    \"#a1efe4\",\n    \"#f8f8f2\",\n    \"#75715e\",\n    \"#f92672\",\n    \"#a6e22e\",\n    \"#f4bf75\",\n    \"#66d9ef\",\n    \"#ae81ff\",\n    \"#a1efe4\",\n    \"#f9f8f5\"\n  ]\n}\n```\n\n#### pywal format\n\n```json\n{\n  \"colors\": {\n    \"color0\": \"#211b16\",\n    \"color1\": \"#A86645\",\n    \"color2\": \"#356E53\",\n    \"color3\": \"#BB9951\",\n    \"color4\": \"#897198\",\n    \"color5\": \"#469750\",\n    \"color6\": \"#576055\",\n    \"color7\": \"#95966a\",\n    \"color8\": \"#392e25\",\n    \"color9\": \"#e97f4a\",\n    \"color10\": \"#3a996c\",\n    \"color11\": \"#ffcd57\",\n    \"color12\": \"#b681d6\",\n    \"color13\": \"#4cd25d\",\n    \"color14\": \"#698862\",\n    \"color15\": \"#dadc9b\"\n  }\n}\n```\n\n### Colorschemes\n\nIn this section you can checkout the colorschemes this JSON files produce in `wpgtk`, while submitting\nthe sample is not necessary for submitting a new colorscheme, it would be greatly appreciated, as it gives\nother users a preivew of what they're downloading.\n\n#### default.json\n![default-sample](./samples/default-sample.png)\n\n#### monokai.json\n![monokai-sample](./samples/monokai-sample.png)\n\n#### coffe-like.json\n![coffe-like-sample](./samples/coffe-like-sample.png)\n\n#### bikes.json\n![bikes-sample](./samples/bikes-sample.png)\n\n#### vending.json\n![vending-sample](./samples/vending-sample.png)\n\n#### sea.json\n![sea-sample](./samples/sea-sample.png)\n\n#### moon.json\n![moon-sample](./samples/moon-sample.png)\n\n#### purple-power.json\n![purple-power-sample](./samples/purple-power.png)\n\n#### mint.json\n![mint](./samples/mint.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeviantfero%2Fwpgtk-colorschemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeviantfero%2Fwpgtk-colorschemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeviantfero%2Fwpgtk-colorschemes/lists"}