{"id":22526616,"url":"https://github.com/bluskript/unstyle","last_synced_at":"2025-08-03T22:30:46.213Z","repository":{"id":233374265,"uuid":"787118341","full_name":"bluskript/unstyle","owner":"bluskript","description":"one stylesheet to rule them all","archived":false,"fork":false,"pushed_at":"2024-04-28T12:30:55.000Z","size":245,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-30T16:42:43.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/bluskript.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":"2024-04-15T23:22:42.000Z","updated_at":"2024-04-28T12:30:58.000Z","dependencies_parsed_at":"2024-04-18T07:43:43.258Z","dependency_job_id":"94ca0816-1bcd-474d-bbd7-e5fdd45f53c7","html_url":"https://github.com/bluskript/unstyle","commit_stats":null,"previous_names":["bluskript/unstyle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluskript%2Funstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluskript%2Funstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluskript%2Funstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluskript%2Funstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluskript","download_url":"https://codeload.github.com/bluskript/unstyle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228566978,"owners_count":17937989,"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-12-07T06:17:20.194Z","updated_at":"2024-12-07T06:17:20.843Z","avatar_url":"https://github.com/bluskript.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unstyle\n\nOne stylesheet to rule them all.\n\n### NOT ready for use yet. Currently very early stages.\n\nEnd goal is to have theme-agnostic stylesheets in a way thats much less limiting and restrictive as base16 is, and potentially make it extend to syntax highlighting as well (by far the weakest part of base16). To give a little taste,\n\nHeres a color group:\n```json\n{\n    \"$schema\": \"../color-group.json\",\n    \"id\": \"ui\",\n    \"name\": \"UI\",\n    \"variables\": {\n        \"background\": [],\n        \"background-dark\": [\"ui:background\"],\n        \"background-light\": [\"ui:background\"],\n        \"text\": [],\n        \"selection\": [],\n        \"border\": [],\n        \"link\": [],\n        \"link-visited\": []\n    }\n}\n```\n\nHeres a stylesheet metadata:\n```json\n{\n  \"$schema\": \"../stylesheet.json\",\n  \"id\": \"arch-wiki\",\n  \"name\": \"Arch Wiki\",\n  \"description\": \"Palette-Agnostic Arch Wiki Theme\",\n  \"author\": \"Blusk\",\n  \"variables\": {\n    \"background\": [\"ui:background-dark\"],\n    \"text\": [\"ui:text\"],\n    \"selection\": [\"ui:selection\"],\n    \"border\": [\"ui:border\"],\n    \"link\": [\"ui:link\"],\n    \"link-visited\": [\"ui:link-visited\"],\n  }\n}\n```\n\nAnd here's a color palette:\n```json\n{\n  \"$schema\": \"./color-schema.json\",\n  \"id\": \"catppuccin\",\n  \"ui\": {\n    \"background-dark\": \"#1e1e2e\",\n    \"background\": \"#181825\",\n    \"background-light\": \"#313244\",\n    \"border\": \"#45475a\",\n    \"selection\": \"#585b70\",\n    \"text\": \"#cdd6f4\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluskript%2Funstyle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluskript%2Funstyle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluskript%2Funstyle/lists"}