{"id":13700257,"url":"https://github.com/wesbos/cobalt2-vscode","last_synced_at":"2026-02-15T21:33:51.756Z","repository":{"id":25155556,"uuid":"103313840","full_name":"wesbos/cobalt2-vscode","owner":"wesbos","description":"Cobalt2 Theme for VS Code","archived":false,"fork":false,"pushed_at":"2025-01-07T16:03:27.000Z","size":2232,"stargazers_count":801,"open_issues_count":35,"forks_count":248,"subscribers_count":21,"default_branch":"master","last_synced_at":"2026-01-13T06:56:45.807Z","etag":null,"topics":["hacktoberfest","vscode"],"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/wesbos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2017-09-12T19:47:11.000Z","updated_at":"2025-12-04T20:52:47.000Z","dependencies_parsed_at":"2024-02-28T06:32:26.446Z","dependency_job_id":"3d77c4f8-39d8-46c0-9e2c-96052763b793","html_url":"https://github.com/wesbos/cobalt2-vscode","commit_stats":{"total_commits":130,"total_committers":42,"mean_commits":"3.0952380952380953","dds":"0.43846153846153846","last_synced_commit":"0d5a90f85190bdc196ce94dda3f5babcaa7f759a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/wesbos/cobalt2-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wesbos","download_url":"https://codeload.github.com/wesbos/cobalt2-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"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":["hacktoberfest","vscode"],"created_at":"2024-08-02T20:00:52.353Z","updated_at":"2026-02-15T21:33:51.734Z","avatar_url":"https://github.com/wesbos.png","language":null,"funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# Cobalt2 Theme for VS Code\n\n[Install on VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2)\n\n![Preview](https://raw.githubusercontent.com/wesbos/cobalt2-vscode/cobalt2-updates/images/ss.png)\n\n# Installation\n\n1. Open **Extensions** sidebar panel in VS Code. `View → Extensions`\n2. Search for `Cobalt2` - find the one by **Wes Bos** - there are a few other half-baked ones so make sure you have the right one!\n3. Click **Install** to install it.\n4. Code \u003e Preferences \u003e Color Theme \u003e **Cobalt2**\n5. Optional: Use the recommended settings below for best experience\n\n## Recommended Settings\n\n```js\n{\n  // This is all that matters\n  \"workbench.colorTheme\": \"Cobalt2\",\n  // The Cursive font is operator Mono, it's $200 and you need to buy it to get the cursive. Dank Mono or Victor Mono are good alternatives\n  \"editor.fontFamily\": \"Operator Mono, Menlo, Monaco, 'Courier New', monospace\",\n  \"editor.fontSize\": 17,\n  \"editor.lineHeight\": 25,\n  \"editor.letterSpacing\": 0.5,\n  \"files.trimTrailingWhitespace\": true,\n  \"editor.fontWeight\": \"400\",\n  \"prettier.eslintIntegration\": true,\n  \"editor.cursorStyle\": \"line\",\n  \"editor.cursorWidth\": 5,\n  \"editor.cursorBlinking\": \"solid\",\n  \"editor.renderWhitespace\": \"all\",\n}\n```\n\n## Colours\n\nBlue: #193549\nBlue Highlight: #1F4662\nBlue Highlight2: #234E6D\nBlue Dark: #122738\nYellow: #ffc600\nHot Pink: #ff0088\nBlush Pink: #ff628c\nOrange: #ff9d00\nGreen\n\n## Contributing\n\nTo work on the theme:\n\n1. Clone this repo and open in VS Code\n2. Open run `View → Run`\n3. Click `Launch Extension`. This will open up another VS Code Editor\n4. Make changes to `cobalt2.json`. You will see changes reflected in the other editor that opened in step 3.\n\nIf you are making a Pull Request, Please give me a screenshot of before/after!\n\n## Deploying a new version\n\nThese are mostly notes for me.\n\n1. Increment the version number in `package.json` with `npm version major|minor|patch`\n1. run `npm run bundle`\n1. run `npm publish` to publish both to npm and vscode extension store\n\n## I don't like something\n\nYou don't need to fork it!\n\nFirst, this theme is new so if something is funky, please open an issue. There are many languages and parts of VS Code I don't use, so let me know!\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.\n\nhttps://code.visualstudio.com/docs/getstarted/theme-color-reference\n\n## Put Cobalt2 in other places!\n\n- [Warp](https://github.com/wesbos/cobalt2-warp)\n- [Sublime Text](https://github.com/wesbos/cobalt2)\n- [Atom](https://github.com/wesbos/Cobalt2-atom)\n- [iTerm2](https://github.com/wesbos/Cobalt2-iterm)\n- [Hyper Term](https://github.com/wesbos/hyperterm-cobalt2-theme)\n- [Alfred](https://github.com/wesbos/Cobalt2-Alfred-Theme)\n- [Slack](https://github.com/wesbos/Cobalt2-Slack)\n\n## Thanks\n\nThanks to Roberto Achar for doing much of the initial porting to VS Code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesbos%2Fcobalt2-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesbos%2Fcobalt2-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesbos%2Fcobalt2-vscode/lists"}