{"id":16330400,"url":"https://github.com/robertoachar/vscode-theme-cobalt2","last_synced_at":"2025-04-09T21:32:46.740Z","repository":{"id":110401163,"uuid":"101083684","full_name":"robertoachar/vscode-theme-cobalt2","owner":"robertoachar","description":"A Cobalt2 theme for VS Code entirely based on Cobalt2 from Wes Bos - https://github.com/wesbos/cobalt2","archived":false,"fork":false,"pushed_at":"2017-11-12T22:59:27.000Z","size":1457,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:39:06.570Z","etag":null,"topics":["cobalt","cobalt2","syntax-highlighting","vscode","vscode-extension","vscode-theme"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=robertoachar.vscode-theme-cobalt2#review-details","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/robertoachar.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":"2017-08-22T16:22:22.000Z","updated_at":"2020-11-28T04:24:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"60d5fd45-be64-4847-a6e5-3ff917a001d7","html_url":"https://github.com/robertoachar/vscode-theme-cobalt2","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/robertoachar%2Fvscode-theme-cobalt2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fvscode-theme-cobalt2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fvscode-theme-cobalt2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fvscode-theme-cobalt2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertoachar","download_url":"https://codeload.github.com/robertoachar/vscode-theme-cobalt2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248114894,"owners_count":21050137,"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":["cobalt","cobalt2","syntax-highlighting","vscode","vscode-extension","vscode-theme"],"created_at":"2024-10-10T23:19:09.884Z","updated_at":"2025-04-09T21:32:46.721Z","avatar_url":"https://github.com/robertoachar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cobalt2 Theme\n\n\u003e A Cobalt2 theme for VS Code entirely based on [Cobalt2 from Wes Bos](https://github.com/wesbos/cobalt2).\n\n![Preview](images/vscode.png)\n\n# Installation\n\n1. Install [Visual Studio Code](https://code.visualstudio.com/)\n2. Launch Visual Studio Code\n3. Choose **Extensions** from menu\n4. Search for `vscode-theme-cobalt2`\n5. Click **Install** to install it\n6. Click **Reload** to reload the Code\n7. File \u003e Preferences \u003e Color Theme \u003e **Cobalt2**\n\n# Editor Features\n\n## Activity Bar\n\n![Activity Bar](images/editor-activity-bar.png)\n\n## Debug\n\n![Debug](images/editor-debug.png)\n\n## Extensions\n\n![Extensions](images/editor-extensions.png)\n\n## Notifications\n\n![Notifications](images/editor-notifications.png)\n\n## Search\n\n![Search](images/editor-search.png)\n\n## Sidebar\n\n![Sidebar](images/editor-sidebar.png)\n\n## Status Bar\n\n![Status Bar](images/editor-status-bar.png)\n\n## Tabs\n\n![Tabs](images/editor-tabs.png)\n\n# Languages\n\n## CSS\n\n![CSS](images/language-css.png)\n\n## HTML\n\n![HTML](images/language-html.png)\n\n## JAVASCRIPT\n\n![JAVASCRIPT](images/language-javascript.png)\n\n## JSON\n\n![JSON](images/language-json.png)\n\n## MARKDOWN\n\n![MARKDOWN](images/language-markdown.png)\n\n## PROPERTIES\n\n![PROPERTIES](images/language-properties.png)\n\n## PUG\n\n![PUG](images/language-pug.png)\n\n## PYTHON\n\n![PYTHON](images/language-python.png)\n\n## TYPESCRIPT\n\n![TYPESCRIPT](images/language-typescript.png)\n\n## YAML\n\n![YAML](images/language-yaml.png)\n\n# Development\n\n## Install dependencies\n\n1. Install [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/)\n2. Install [Visual Studio Code](https://code.visualstudio.com/)\n\n## Run\n\nClone the repo\n\n```bash\n$ git clone https://github.com/robertoachar/vscode-theme-cobalt2.git\n```\n\nInstall vsce\n\n```bash\n$ npm install -g vsce\n```\n\nBuild the extension file\n\n```bash\n$ vsce package\n\n# or\n\n$ npm run build\n```\n\nInstall the extension from a package file (.vsix)\n\n1. Launch Visual Studio Code\n2. Choose **Extensions** from menu\n3. Click **More** \u003e **Install from VSIX...**\n4. Select the file `vscode-theme-cobalt2-x.x.x.vsix`\n6. Click **Reload Now** to reload the Code\n\n## Publish\n\nCreate a publisher\n\n```bash\n$ vsce create-publisher \u003cpublisher-name\u003e\n```\n\nLogin\n\n```bash\n$ vsce login \u003cpublisher-name\u003e\n```\n\nPublish\n\n```bash\n$ vsce publish\n```\n\nFor more detailed information about publishing extensions: [Publishing Extensions](https://code.visualstudio.com/docs/extensions/publish-extension).\n\n# Contributing\n\n\n\n# Author\n\n[Roberto Achar](https://twitter.com/RobertoAchar)\n\n# License\n\n[MIT](https://github.com/robertoachar/vscode-theme-cobalt2/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fvscode-theme-cobalt2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertoachar%2Fvscode-theme-cobalt2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fvscode-theme-cobalt2/lists"}