{"id":47686072,"url":"https://github.com/vran-dev/obsidian-composer","last_synced_at":"2026-04-02T14:50:38.266Z","repository":{"id":275561025,"uuid":"926451346","full_name":"vran-dev/obsidian-composer","owner":"vran-dev","description":"simple and pretty theme for obsidian \u0026 components plugin","archived":false,"fork":false,"pushed_at":"2026-03-19T05:25:32.000Z","size":15672,"stargazers_count":51,"open_issues_count":6,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-19T22:21:28.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/vran-dev.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-03T09:27:36.000Z","updated_at":"2026-03-19T05:25:28.000Z","dependencies_parsed_at":"2025-09-25T16:19:21.667Z","dependency_job_id":"e436c1a0-a4fe-4620-a874-310b537b7ad7","html_url":"https://github.com/vran-dev/obsidian-composer","commit_stats":null,"previous_names":["vran-dev/obsidian-composer"],"tags_count":14,"template":true,"template_full_name":"obsidianmd/obsidian-sample-theme","purl":"pkg:github/vran-dev/obsidian-composer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vran-dev%2Fobsidian-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vran-dev%2Fobsidian-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vran-dev%2Fobsidian-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vran-dev%2Fobsidian-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vran-dev","download_url":"https://codeload.github.com/vran-dev/obsidian-composer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vran-dev%2Fobsidian-composer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":"2026-04-02T14:50:37.314Z","updated_at":"2026-04-02T14:50:38.253Z","avatar_url":"https://github.com/vran-dev.png","language":"CSS","readme":"[中文](README_zh.md) | English\n## Brief\n\nan out-of-box theme for Obsidian, which is designed for reading and writing comfortably.\n\n\u003cimg src=\"screenshot-original.png\" /\u003e\n\n## Screenshots\n\nYou can install `style settings` plugin and change the theme color in the plugin setting.\n\n### Color Scheme\n\n\u003e [!NOTE]\n\u003e color scheme change needs to install `style settings` plugin\n\n- Xiá 霞\n\n![xia light](assets/xia-light.png)\n\n![xia dark](assets/xia-dark.png)\n\n- Sù 素\n\n![su light](assets/su-light.png)\n\n![su dark](assets/su-dark.png)\n\n- Qīng 青\n\n![qing light](assets/qing-light.png)\n\n![qing dark](assets/qing-dark.png)\n\n### Text Formatting\n\n![text formatting](assets/text-formatting.png)\n\n### Table Style\n\n![table style](assets/table-style.png)\n\n### Callout Style\n\n![callout style](assets/callout-style.png)\n\n## Thanks\n\n- Task checkbox is referenced from [Minimal Theme](https://github.com/kepano/obsidian-minimal) which is a great theme for Obsidian build by @Kepano\n\n## Development Workflow (settings.yml + composer.css Split)\n\nThis theme now separates the Style Settings YAML header from the CSS for better editor support.\n\nFiles:\n\n- `settings.yml` – Pure YAML (no wrapping comment). Edit Style Settings options here.\n- `composer.css` – Pure CSS body (without the initial `/* @settings ... */` block).\n- `build.mjs` – Build script that merges the two into `theme.css`.\n\nUsage:\n1. Edit style settings in `settings.yml`.\n2. Edit styles in `composer.css`.\n3. Run `npm run build` to generate `theme.css`.\n4. Load or distribute `theme.css` as the final theme file.\n\nRelease Flow:\n`npm version patch|minor|major` will automatically:\n1. Run `preversion` (which triggers `npm run build`).\n2. Bump version and stage `manifest.json`, `versions.json`, and `theme.css`.\n\nNotes:\n- Do NOT manually edit the YAML inside `theme.css`; it will be regenerated.\n- Only add/change settings in `settings.yml`.\n- The build script strips an optional leading comment block from `composer.css` before concatenation.\n\nFuture Enhancements (Optional):\n- YAML schema validation (e.g. with `js-yaml`) to catch structural errors.\n- Skip rewriting `theme.css` when no changes occur (quieter diffs).\n- Support multiple YAML fragments under a `settings/` directory auto-merged at build time.\n\nRollback to single file (if desired):\n1. Run `npm run build`.\n2. Keep resulting `theme.css`.\n3. Remove `settings.yml`, `composer.css`, and `build.mjs`.\n\nFeel free to open an issue if you’d like these enhancements implemented.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvran-dev%2Fobsidian-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvran-dev%2Fobsidian-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvran-dev%2Fobsidian-composer/lists"}