{"id":18160727,"url":"https://github.com/blankeos/zen","last_synced_at":"2025-06-12T02:36:43.496Z","repository":{"id":229816782,"uuid":"777371854","full_name":"Blankeos/zen","owner":"Blankeos","description":"🦋 A bluer poimandres VSCode theme. Forked from poimandres.","archived":false,"fork":false,"pushed_at":"2024-08-02T16:05:23.000Z","size":15144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T08:41:22.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Blankeos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-03-25T18:18:07.000Z","updated_at":"2024-11-22T10:31:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"be4e24d0-fec6-4d57-abd2-72a41f12cca2","html_url":"https://github.com/Blankeos/zen","commit_stats":null,"previous_names":["blankeos/blankeos-zen-theme","blankeos/zen"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Fzen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Fzen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Fzen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Fzen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blankeos","download_url":"https://codeload.github.com/Blankeos/zen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589831,"owners_count":20963022,"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-11-02T08:09:11.092Z","updated_at":"2025-04-07T03:54:41.602Z","avatar_url":"https://github.com/Blankeos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"middle\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Blankeos/zen/main/assets/icon.png\" width=\"150\"  /\u003e\n  \u003ch3 align=\"middle\"\u003eBlankeos Zen\u003c/h3\u003e\n  \u003cp align=\"middle\"\u003eA minimal, dark, and frameless theme for VS Code. Based on poimandres.\u003c/p\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"middle\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/version-0.0.2-brightgreen.svg?style=flat\"\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cp align=\"middle\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Blankeos/zen/main/assets/screencap.jpg\" /\u003e\n\u003c/p\u003e\n\n**Blankeos Zen** is essentially a **_blue [poimandres](https://github.com/drcmda/poimandres-theme)_**. It's my own personal, minimal, and frameless dark-theme. Sometimes I don't feel the green in poimandres and wanted a bluer vibe to my editor. That's why I made this.\n\nThis theme contains:\n\n- Blankeos Zen - a bluer poimandres.\n- Blankeos Zen Dark - a bluer poimandres but darker background.\n\n---\n\n#### Development Requirements \u0026 Tips\n\n- Use [Bun](bun.sh)\n- Install [`vsce`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) (for packaging \u0026 publishing the extension)\n\n#### Publishing To Marketplace\n\n- Go to [Visual Studio Marketplace](https://marketplace.visualstudio.com/) \u003e Publish Extensions \u003e Create Publisher.\n\n- Generate a Personal Access Token on [dev.azure.com](dev.azure.com) \u003e Click the 💁🏻‍♂️⚙️ icon \u003e Personal Access Tokens \u003e New Token. Make sure it's \"Custom\" and \"Marketplace\" scope is \"Manage\".\n\n- Run the following commands:\n\n  ```sh\n  vsce login \u003cpublisher name\u003e\n  vsce package\n  vsce publish\n  ```\n\n- References: [Vid](https://www.youtube.com/watch?v=pGzssFNtWXw) on how to publish. [Official Doc](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) by Visual Studio.\n\n#### Contribute\n\n    git clone https://github.com/Blankeos/zen\n    cd zen\n    bun install\n    bun run dev\n\n- Go to `Run and Debug`, click the ▶ icon, any change you make in `src/theme.js` will now be reflected when you save.\n\n\u003c!-- ## Related\n\n- [poimandres-alacritty][poimandres-alacritty]: Alacritty version\n- [poimandres-iterm][poimandres-iterm]: Iterm version\n- [poimandres-kitty][poimandres-kitty]: Kitty version\n- [poimandres-nvim][poimandres-nvim]: Neovim version\n- [poimandres-jetbrains][poimandres-jetbrains]: JetBrains version\n\n[poimandres-alacritty]: https://github.com/z0al/poimandres-alacritty\n[poimandres-iterm]: https://github.com/alii/poimandres-iterm\n[poimandres-kitty]: https://github.com/guilhermedeandrade/poimandres-kitty\n[poimandres-nvim]: https://github.com/olivercederborg/poimandres.nvim\n[poimandres-jetbrains]: https://github.com/marko-mihajlovic/poimandres-jetbrains\n\n### Hyper theme\n\n```bash\nhyper i hyper-pmndrs\n``` --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblankeos%2Fzen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblankeos%2Fzen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblankeos%2Fzen/lists"}