{"id":21407441,"url":"https://github.com/palashmon/neo-vscode-theme","last_synced_at":"2025-07-26T01:13:16.825Z","repository":{"id":85745954,"uuid":"136491057","full_name":"palashmon/neo-vscode-theme","owner":"palashmon","description":"A simple opinionated VS Code theme for JavaScript","archived":false,"fork":false,"pushed_at":"2024-05-27T17:40:13.000Z","size":251,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T04:15:50.087Z","etag":null,"topics":["dark-theme","editor-theme","neo","theme","vscode","vscode-theme"],"latest_commit_sha":null,"homepage":null,"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/palashmon.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":"2018-06-07T14:43:24.000Z","updated_at":"2024-05-27T17:40:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"7672f155-3722-41d8-810b-1c838d28efec","html_url":"https://github.com/palashmon/neo-vscode-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palashmon%2Fneo-vscode-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palashmon%2Fneo-vscode-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palashmon%2Fneo-vscode-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palashmon%2Fneo-vscode-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palashmon","download_url":"https://codeload.github.com/palashmon/neo-vscode-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243903430,"owners_count":20366477,"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":["dark-theme","editor-theme","neo","theme","vscode","vscode-theme"],"created_at":"2024-11-22T16:52:22.361Z","updated_at":"2025-03-16T17:22:57.635Z","avatar_url":"https://github.com/palashmon.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neo VS Code Theme\n\n[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/palashmon.theme-neo?label=Version)][palashmon.theme-neo]\n[![VS Code Version][vs-code-version]][vs-code-update]\n![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/palashmon.theme-neo?label=Downloads)\n[![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/palashmon.theme-neo?label=Ratings)][palashmon.theme-neo-r]\n\n\u003c!-- [![Visual Studio Marketplace Ratings][vs-ratings]][palashmon.theme-neo-r] --\u003e\n\nA simple opinionated VS Code theme for JavaScript inspired by ColorSublime BlueLover theme. I worked on this theme since I like blueish dark background and needed a small colour palette to avoid visual overload and focus on my coding :relaxed:\n\n![Preview](https://raw.githubusercontent.com/palashmon/neo-vscode-theme/master/images/screenshot.png)\n\n# Installation\n\n1.  Open **Extensions** sidebar panel in VS Code. `View → Extensions`\n2.  Search for `Neo Theme`.\n3.  Click **Install** to install it.\n4.  Click **Reload** to reload the your editor\n5.  Code \u003e Preferences \u003e Color Theme \u003e **Neo**\n6.  Optional: Use the recommended settings below for best experience\n\n## Recommended Settings\n\n```json\n{\n  \"workbench.colorTheme\": \"Neo\",\n  \"editor.fontFamily\": \"Operator Mono, Menlo, Monaco, 'Courier New', monospace\",\n  \"editor.cursorBlinking\": \"smooth\",\n  \"editor.cursorStyle\": \"line\",\n  \"editor.cursorWidth\": 3,\n  \"editor.detectIndentation\": false,\n  \"editor.fontLigatures\": true,\n  \"editor.fontSize\": 18,\n  \"editor.hideCursorInOverviewRuler\": true,\n  \"editor.letterSpacing\": 0.5,\n  \"editor.lineHeight\": 26,\n  \"editor.minimap.enabled\": false,\n  \"editor.occurrencesHighlight\": false,\n  \"editor.renderIndentGuides\": false,\n  \"editor.renderLineHighlight\": \"none\",\n  \"explorer.decorations.colors\": false,\n  \"explorer.openEditors.visible\": 0\n}\n```\n\n## Contribute\n\nFirst, this theme is new so if something is funky, please open an issue.\n\nThese are the things we have control over. If you would like to change something, you can either open a PR and see if I'd like it added, or override the colours in your own settings.json file. Please notice that this theme is intentionally focused on a small subset of VS Code features that I use (basic editing, file tree, and debugger) for JavaScript and may not work well in other scenarios. However, I'll happily take changes that respect the design intention but fix rough edges in parts I didn't polish (e.g. viewing diffs, terminal, or search).\n\n- Use Microsoft's [theme color reference](https://code.visualstudio.com/docs/getstarted/theme-color-reference) for UI theme help and to get started.\n- [Testing your modified](https://code.visualstudio.com/docs/extensions/themes-snippets-colorizers#_test-a-new-color-theme) color theme.\n- You can clone this repository to your [`.vscode/extensions/`](https://code.visualstudio.com/docs/extensions/yocode#_your-extensions-folder) folder and then follow the steps above for testing your modified version.\n\n## Contributors\n\n[\u003cimg alt=\"palashmon\" src=\"https://avatars0.githubusercontent.com/u/14850464?v=4\u0026s=90\" width=\"90\"\u003e](https://github.com/palashmon) | \u003cimg alt=\"palashmon\" src=\"https://avatars0.githubusercontent.com/u/41335?v=4\u0026s=90\" width=\"90\"\u003e |\n:---: |:---: |\n[palashmon](https://github.com/palashmon) | your name |\n\n## Credits\n\nThis theme is inspired by ColorSublime [BlueLover](https://colorsublime.github.io/themes/BlueLover/) theme. I ended up changing some colors and their mappings quite significantly.\n\nPull requests to fix any issues that adhere to the theme's JS look and feel are welcome.\n\n## License\n\nMIT\n\n\u003c!-- Links here --\u003e\n\n[vs-version]: https://vsmarketplacebadge.apphb.com/version/palashmon.theme-neo.svg\n[vs-installs]: https://img.shields.io/vscode-marketplace/d/palashmon.theme-neo.svg\n[vs-ratings]: https://img.shields.io/vscode-marketplace/r/palashmon.theme-neo.svg\n[vs-code-version]: https://img.shields.io/badge/VS_Code-v1.22+-2574A9.svg\n[vs-code-update]: https://code.visualstudio.com/updates/v1_22\n[palashmon.theme-neo]: https://marketplace.visualstudio.com/items?itemName=palashmon.theme-neo\n[palashmon.theme-neo-r]: https://marketplace.visualstudio.com/items?itemName=palashmon.theme-neo\u0026ssr=false#review-details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalashmon%2Fneo-vscode-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalashmon%2Fneo-vscode-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalashmon%2Fneo-vscode-theme/lists"}