{"id":23086993,"url":"https://github.com/chaseottofy/invert-css-variables-ui","last_synced_at":"2025-04-03T16:28:10.251Z","repository":{"id":204834714,"uuid":"712772485","full_name":"chaseottofy/invert-css-variables-ui","owner":"chaseottofy","description":"UI to convert CSS variable colors in bulk.","archived":false,"fork":false,"pushed_at":"2023-11-01T07:11:33.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T05:16:57.675Z","etag":null,"topics":["color-conversion","css","css-utilities","design-tool","invert-color","invert-colors","invert-css","invert-css-variables","invert-css-vars","ui-tool"],"latest_commit_sha":null,"homepage":"https://chaseottofy.github.io/invert-css-variables-ui/","language":"CSS","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/chaseottofy.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}},"created_at":"2023-11-01T06:49:41.000Z","updated_at":"2023-11-01T07:03:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b9523e5-d3cc-420a-a992-c93a51a654da","html_url":"https://github.com/chaseottofy/invert-css-variables-ui","commit_stats":null,"previous_names":["chaseottofy/invert-css-variables-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2Finvert-css-variables-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2Finvert-css-variables-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2Finvert-css-variables-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2Finvert-css-variables-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaseottofy","download_url":"https://codeload.github.com/chaseottofy/invert-css-variables-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247036154,"owners_count":20872908,"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":["color-conversion","css","css-utilities","design-tool","invert-color","invert-colors","invert-css","invert-css-variables","invert-css-vars","ui-tool"],"created_at":"2024-12-16T19:40:10.322Z","updated_at":"2025-04-03T16:28:10.228Z","avatar_url":"https://github.com/chaseottofy.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# invert-css-variables-ui\n\nA simple UI to bulk invert CSS variables. \nGood for creating light/dark themes - just invert the colors and you're more than likely halfway there.\n\n- Uses [@invert-css](https://www.npmjs.com/package/invert-css), a package I made to invert the variables.\n\n## Usage\n\nExample input:\n\n```bash\n  --accent-1: #111;\n  --accent-2: rgb(255,170,204);\n  --accent-3: hsl(340,100%,88%);\n  --accent-4: #FFFFFF;\n```\n\nExample output:\n\n```\n  --accent-1: #eeeeee;\n  --accent-2: rgb(0,85,51);\n  --accent-3: hsl(160,100%,88%);\n  --accent-4: #000000;\n```\n\n- Invalid CSS variables/input will just output the invalid input. A console error will be logged.\n\n## Features\n\n- Maintains the variable names and output will have proper spacing.\n- Copy to clipboard.\n\n### Supported Color Formats\n\n- Hex (both short `#123` and long `#112233` formats)\n- RGB (`rgb(255,255,255)`)\n- RGBA (`rgba(255,255,255,0.5)`)\n- HSL (`hsl(120,100%,50%)`)\n- HSLA (`hsla(120,100%,50%,0.5)`)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaseottofy%2Finvert-css-variables-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaseottofy%2Finvert-css-variables-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaseottofy%2Finvert-css-variables-ui/lists"}