{"id":23410856,"url":"https://github.com/adenekan41/helix","last_synced_at":"2026-03-09T15:33:06.996Z","repository":{"id":101700958,"uuid":"223795561","full_name":"adenekan41/Helix","owner":"adenekan41","description":"🌄  A minimal monochrome theme for Vscode ~ 🎑 A light notion like theme for vscode.","archived":false,"fork":false,"pushed_at":"2020-06-21T19:08:26.000Z","size":143,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T03:35:17.349Z","etag":null,"topics":["color-theme","helix","languages","linux","macos","vscode"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=codewonders.helix","language":null,"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/adenekan41.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,"zenodo":null}},"created_at":"2019-11-24T19:08:28.000Z","updated_at":"2020-06-21T19:08:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed3eb50a-881c-4c3c-afa4-e09216a408bc","html_url":"https://github.com/adenekan41/Helix","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/adenekan41/Helix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adenekan41%2FHelix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adenekan41%2FHelix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adenekan41%2FHelix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adenekan41%2FHelix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adenekan41","download_url":"https://codeload.github.com/adenekan41/Helix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adenekan41%2FHelix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: 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":["color-theme","helix","languages","linux","macos","vscode"],"created_at":"2024-12-22T17:52:41.165Z","updated_at":"2026-03-09T15:33:06.987Z","avatar_url":"https://github.com/adenekan41.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helix 🌄\n\n[![vscode](https://vsmarketplacebadge.apphb.com/version/codewonders.helix.svg?style=for-the-badge\u0026logo=appveyor)](https://code.visualstudio.com/updates/v1_12) [![made in nigeria](https://img.shields.io/badge/made%20in-nigeria-008751.svg?style=for-the-badge)](https://github.com/acekyd/made-in-nigeria) [![stars](https://vsmarketplacebadge.apphb.com/rating-star/codewonders.helix.svg?style=for-the-badge\u0026logo=appveyor)](https://vsmarketplacebadge.apphb.com/rating-star/codewonders.helix.svg)\n\nA Visual Studio Code theme for the notion and slient cool theme lovers out there. Fine-tuned for those of us who like to have the article creation feel. ✨\n\nThe light theme of this color theme was inspired by notion and the dark theme was inspired by Sarah Drasner. cool right ?\n\n## Dark Theme\n\n![Drag Racing](https://i.ibb.co/30M9NHW/Screen-Shot-2020-02-29-at-5-22-33-AM.png)\n\n## Light Theme\n\n![Drag Racing](https://i.ibb.co/bQZJKrc/Screen-Shot-2019-11-24-at-9-00-13-PM.png)\n\n- Split the editor (`Cmd+\\` on macOS or `Ctrl+\\` on Windows and Linux)\n- Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)\n- Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets\n\n## Installation\n\n- Install Visual Studio Code\n- Launch Visual Studio Code\n- Choose Extensions from menu\n- Search for helix\n- Click Install to install it\n- Click Reload to reload the Code\n- From the menu bar click: Code \u003e Preferences \u003e Color Theme \u003e helix\n\n## What's in the folder\n\n- This folder contains all of the files necessary for your color theme extension.\n- `package.json` - this is the manifest file that defines the location of the theme file and specifies the base theme of the theme.\n- `themes/Helix-color-theme.json` - the color light theme definition file.\n- `themes/Helix-dark-color-theme.json` - the color dark theme definition file.\n\n## Get up and running straight away\n\n- Press `F5` to open a new window with your extension loaded.\n- Open `File \u003e Preferences \u003e Color Themes` and pick your color theme.\n- Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Inspect TM Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac)\n\n### For more information\n\n- [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)\n- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)\n\n\u003e MIT © [codewonders.dev](https://codewonders.dev) \u0026nbsp;\u0026middot;\u0026nbsp; GitHub\n\u003e [@adenekan41 / codewonders](https://github.com/adenekan41) \u003e \u0026nbsp;\u0026middot;\u0026nbsp;\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadenekan41%2Fhelix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadenekan41%2Fhelix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadenekan41%2Fhelix/lists"}