{"id":31539760,"url":"https://github.com/ameknite/blender_theme","last_synced_at":"2025-10-04T09:14:11.579Z","repository":{"id":246590373,"uuid":"821568932","full_name":"ameknite/blender_theme","owner":"ameknite","description":"Blender Theme Models. Facilitate the creation of blender themes.","archived":false,"fork":false,"pushed_at":"2025-09-19T21:06:15.000Z","size":437,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-19T23:56:51.370Z","etag":null,"topics":["b3d","blender","theme","themes"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ameknite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-GPL-3.0-or-later","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,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"ameknite","ko_fi":"ameknite"}},"created_at":"2024-06-28T21:06:04.000Z","updated_at":"2025-09-19T21:06:11.000Z","dependencies_parsed_at":"2024-06-28T22:26:14.367Z","dependency_job_id":"7c484a91-01ae-48f3-80c4-fa2373d7eba3","html_url":"https://github.com/ameknite/blender_theme","commit_stats":null,"previous_names":["ameknite/blender_theme"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ameknite/blender_theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameknite%2Fblender_theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameknite%2Fblender_theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameknite%2Fblender_theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameknite%2Fblender_theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ameknite","download_url":"https://codeload.github.com/ameknite/blender_theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameknite%2Fblender_theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278290870,"owners_count":25962642,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["b3d","blender","theme","themes"],"created_at":"2025-10-04T09:14:09.884Z","updated_at":"2025-10-04T09:14:11.574Z","avatar_url":"https://github.com/ameknite.png","language":"Rust","funding_links":["https://github.com/sponsors/ameknite","https://ko-fi.com/ameknite"],"categories":[],"sub_categories":[],"readme":"# Blender Theme\n\n[![License](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)](https://github.com/ameknite/blender_theme?tab=readme-ov-file#license)\n[![Crates.io](https://img.shields.io/crates/v/blender_theme.svg)](https://crates.io/crates/blender_theme)\n[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.81.0+-red.svg)](./Cargo.toml#L8)\n[![CI](https://github.com/ameknite/blender_theme/actions/workflows/ci.yaml/badge.svg)](https://github.com/ameknite/blender_theme/actions/workflows/ci.yaml)\n\nBlender Theme Models.\nFacilitate the creation of blender themes.\n\n```toml\n[dependencies]\nblender_theme = \"0.1\"\n```\n\n## Examples\n\nUsing the default blender dark theme.\n\n```rust\nuse blender_theme::{B3dTheme, Version};\n\nfn main() -\u003e color_eyre::Result\u003c()\u003e {\n    color_eyre::install()?;\n\n    let mut theme: B3dTheme = Version::V4_2.get_default_theme()?;\n    // theme modifications\n    theme.save_theme(\"themes/my_theme.xml\")?;\n\n    Ok(())\n}\n```\n\nUsing your own theme.\n\n```rust\nuse blender_theme::{B3dTheme, Version};\n\nfn main() -\u003e color_eyre::Result\u003c()\u003e {\n    color_eyre::install()?;\n\n    let theme = B3dTheme::from_file(\"themes/my_theme.xml\", Version::V4_2)?;\n    // theme modifications\n    theme.save_theme(\"themes/my_modified_theme.xml\")?;\n\n    Ok(())\n}\n```\n\n## Supported Versions\n\n| blender_theme | blender   |\n| ------------- | --------- |\n| 0.1           | 3.6 - 4.3 |\n\n## LICENSE\n\nLicensed under the terms of the [GNU General Public License v3.0 or later](LICENSE-GPL-3.0-or-later).\n\nSPDX-License-Identifier: GPL-3.0-or-later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fameknite%2Fblender_theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fameknite%2Fblender_theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fameknite%2Fblender_theme/lists"}