{"id":16186892,"url":"https://github.com/robloach/base16-c","last_synced_at":"2025-10-28T12:22:05.288Z","repository":{"id":255033120,"uuid":"834647581","full_name":"RobLoach/base16-c","owner":"RobLoach","description":"Base16 and Base24 Templates for C/C++","archived":false,"fork":false,"pushed_at":"2024-10-26T05:19:38.000Z","size":484,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T18:01:58.282Z","etag":null,"topics":["base16","base16-template","base24","header-only"],"latest_commit_sha":null,"homepage":"","language":"C","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/RobLoach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-07-27T23:19:25.000Z","updated_at":"2024-09-25T19:18:17.000Z","dependencies_parsed_at":"2024-11-03T00:41:21.323Z","dependency_job_id":"1460b5de-5521-46dd-a9ba-10607f80dc57","html_url":"https://github.com/RobLoach/base16-c","commit_stats":null,"previous_names":["robloach/base16-h","robloach/base16-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fbase16-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fbase16-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fbase16-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fbase16-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobLoach","download_url":"https://codeload.github.com/RobLoach/base16-c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247659494,"owners_count":20974728,"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":["base16","base16-template","base24","header-only"],"created_at":"2024-10-10T07:19:46.246Z","updated_at":"2025-10-28T12:22:00.263Z","avatar_url":"https://github.com/RobLoach.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base16-c\n\nC Headers for [Base16] and [Base24] color schemes, for use in [C](https://en.wikipedia.org/wiki/C_(programming_language)) or [C++](https://en.wikipedia.org/wiki/C%2B%2B).\n\n## Usage\n\n``` c\n#include \u003cstdio.h\u003e\n\n#define BASE16_IMPLEMENTATION\n#include \"base24-dracula.h\"\n\nint main() {\n    printf(\"Scheme: %s\\n\", base24_dracula.name);\n    printf(\"  R: %d\\n\", base24_dracula.base[2].r);\n    printf(\"  G: %d\\n\", base24_dracula.base[2].g);\n    printf(\"  B: %d\\n\", base24_dracula.base[2].b);\n\n    // Scheme: Dracula\n    //   R: 68\n    //   G: 52\n    //   R: 71\n\n    return 0;\n}\n```\n\n## Contributing\n\nSee [`CONTRIBUTING.md`], which contains building and contribution\ninstructions.\n\n[base16]: https://github.com/tinted-theming/home\n[base24]: https://github.com/tinted-theming/base24/\n[xfce4-terminal]: https://docs.xfce.org/apps/terminal/start\n[`CONTRIBUTING.md`]: CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fbase16-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobloach%2Fbase16-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fbase16-c/lists"}