{"id":34108794,"url":"https://github.com/jtpio/jupyterlab-cursor-theme","last_synced_at":"2026-04-07T15:33:06.408Z","repository":{"id":321115999,"uuid":"1084541820","full_name":"jtpio/jupyterlab-cursor-theme","owner":"jtpio","description":"JupyterLab theme with Cursor vibes 🔳","archived":false,"fork":false,"pushed_at":"2025-12-10T08:50:29.000Z","size":1800,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T18:08:16.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jtpio.github.io/jupyterlab-cursor-theme/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtpio.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-27T20:24:53.000Z","updated_at":"2025-12-16T22:30:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"aeaab746-a28b-4ec2-81d1-c6d05148ad93","html_url":"https://github.com/jtpio/jupyterlab-cursor-theme","commit_stats":null,"previous_names":["jtpio/jupyterlab-cursor-theme"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jtpio/jupyterlab-cursor-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-cursor-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-cursor-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-cursor-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-cursor-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtpio","download_url":"https://codeload.github.com/jtpio/jupyterlab-cursor-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-cursor-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31518579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":"2025-12-14T18:22:18.485Z","updated_at":"2026-04-07T15:33:06.403Z","avatar_url":"https://github.com/jtpio.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jupyterlab-cursor-theme\n\n[![Github Actions Status](https://github.com/jtpio/jupyterlab-cursor-theme/workflows/Build/badge.svg)](https://github.com/jtpio/jupyterlab-cursor-theme/actions/workflows/build.yml)\n[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jtpio.github.io/jupyterlab-cursor-theme/lab/index.html)\n\nJupyterLab themes with Cursor vibes.\n\n### Dark\n\n![a screenshot of the JupyterLab Cursor dark theme](./screenshot-dark.png)\n\n### Light\n\n![a screenshot of the JupyterLab Cursor light theme](./screenshot-light.png)\n\n\u003e [!NOTE]\n\u003e These themes are heavily inspired by the default Cursor themes, but they are not official Cursor products.\n\n## Packages\n\nThis repository contains two JupyterLab theme extensions:\n\n| Package | Description |\n| ------- | ----------- |\n| [jupyterlab-cursor-dark](./packages/jupyterlab-cursor-dark) | JupyterLab dark theme with Cursor vibes |\n| [jupyterlab-cursor-light](./packages/jupyterlab-cursor-light) | JupyterLab light theme with Cursor vibes |\n\n## Try it in your browser\n\n- **https://jtpio.github.io/jupyterlab-cursor-theme**\n\n## Requirements\n\n- JupyterLab \u003e= 4.0.0\n\n## Install\n\nTo install the dark theme:\n\n```bash\npip install jupyterlab-cursor-dark\n```\n\nTo install the light theme:\n\n```bash\npip install jupyterlab-cursor-light\n```\n\nOr install both:\n\n```bash\npip install jupyterlab-cursor-dark jupyterlab-cursor-light\n```\n\n## Uninstall\n\n```bash\npip uninstall jupyterlab-cursor-dark jupyterlab-cursor-light\n```\n\n## Contributing\n\n### Development install\n\nNote: You will need NodeJS to build the extension packages.\n\nThe `jlpm` command is JupyterLab's pinned version of\n[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use\n`yarn` or `npm` in lieu of `jlpm` below.\n\n```bash\n# Clone the repo to your local environment\n# Change directory to the jupyterlab-cursor-theme directory\n# Install dependencies\njlpm\n\n# Build all packages\njlpm build\n\n# Install packages in development mode\npip install -e packages/jupyterlab-cursor-dark\npip install -e packages/jupyterlab-cursor-light\n\n# Link your development versions of the extensions with JupyterLab\njupyter labextension develop packages/jupyterlab-cursor-dark --overwrite\njupyter labextension develop packages/jupyterlab-cursor-light --overwrite\n```\n\nYou can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.\n\n```bash\n# Watch the source directory in one terminal, automatically rebuilding when needed\njlpm watch\n# Run JupyterLab in another terminal\njupyter lab\n```\n\nWith the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).\n\n### Development uninstall\n\n```bash\npip uninstall jupyterlab_cursor_dark jupyterlab_cursor_light\n```\n\nIn development mode, you will also need to remove the symlinks created by `jupyter labextension develop`\ncommand. To find their location, you can run `jupyter labextension list` to figure out where the `labextensions`\nfolder is located. Then you can remove the symlinks named `jupyterlab-cursor-dark` and `jupyterlab-cursor-light` within that folder.\n\n### Packaging the extension\n\nSee [RELEASE](RELEASE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtpio%2Fjupyterlab-cursor-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtpio%2Fjupyterlab-cursor-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtpio%2Fjupyterlab-cursor-theme/lists"}