{"id":16122061,"url":"https://github.com/foxcapades/renpy-color-sliders","last_synced_at":"2026-02-15T20:03:42.470Z","repository":{"id":184910331,"uuid":"672668665","full_name":"Foxcapades/renpy-color-sliders","owner":"Foxcapades","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-06T19:38:49.000Z","size":80951,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T18:40:04.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ren'Py","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Foxcapades.png","metadata":{"files":{"readme":"readme.adoc","changelog":null,"contributing":null,"funding":null,"license":"license","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":"2023-07-30T21:23:31.000Z","updated_at":"2023-08-06T20:31:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ba1e357-3e37-4596-a39e-820759f1afd5","html_url":"https://github.com/Foxcapades/renpy-color-sliders","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"35ae8efa34bcad9b74d0e3c03d8f469f7d94df4d"},"previous_names":["foxcapades/renpy-color-sliders"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Foxcapades/renpy-color-sliders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Frenpy-color-sliders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Frenpy-color-sliders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Frenpy-color-sliders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Frenpy-color-sliders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foxcapades","download_url":"https://codeload.github.com/Foxcapades/renpy-color-sliders/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Frenpy-color-sliders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-09T21:09:16.639Z","updated_at":"2026-02-15T20:03:42.451Z","avatar_url":"https://github.com/Foxcapades.png","language":"Ren'Py","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Ren'Py Color Sliders\n\nlink:https://foxcapades.itch.io/renpy-color-sliders[On Itch.IO]\n\nAllow players to choose colors via RGB/HSL color sliders!\n\nimage::.assets/preview.gif[]\n\nIncludes a screen named `\"color_picker\"` which when closed, returns the users\nselected color as a hex string.\n\n== Usage\n\n. Download the latest release `cs-slim` zip.\n. Unpack it in your project directory (the one right above `game`).\n. Call the color picker screen.\n+\n[source, python]\n----\nlabel start:\n    e \"Pick a color.\"\n\n    window hide\n    $ bg_color = renpy.call_screen(\"color_picker\")\n    window show\n\n    e \"You selected the color {color=[bg_color]}[bg_color]{/color}\"\n----\n. Use the returned hex code string for whatever you like, for example changing\nthe colors of the background, dialogue text, or character names.\n+\nimage::.assets/example.gif[]\n\n== Customization\n\nYou may be looking at this thing and thinking \"wow, that's kinda ugly,\" which is\nprobably true.  I don't have an eye for design, and I don't pretend to, but\nluckily the link:game/lib/fxcpds/color_picker/screens/screen_color_picker.rpy[color picker screen]\nand link:game/lib/fxcpds/color_picker/screens/styles.rpy[its styles] are pretty\nsimple and easily hackable.\n\n== License\n\nThis source code and project are released under the MIT license, which to\nparaphrase in a way that is not legally binding:\n\n* You can use it for free things\n* You can use it for paid things\n* You can modify it however you see fit\n* You can redistribute it as you see fit\n* Go nuts!\n\nFor a better breakdown of what the license actually means see:\nhttps://choosealicense.com/licenses/mit/\n\nI do ask that you credit me in some way, but if you don't I'm not gonna call the\nopen-source police on you.  If you do choose to credit me you can do so by\nproviding a link to my link:https://github.com/Foxcapades[GitHub], my\nlink:https://foxcapades.itch.io/[Itch.io], or just call me Foxcapades.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Frenpy-color-sliders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxcapades%2Frenpy-color-sliders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Frenpy-color-sliders/lists"}