Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codesandbox/vscode-theme
An official CodeSandbox theme for Visual Studio Code.
https://github.com/codesandbox/vscode-theme
codesandbox dark-syntax-theme dark-theme dark-vscode-theme editor-theme theme vscode vscode-theme
Last synced: 3 months ago
JSON representation
An official CodeSandbox theme for Visual Studio Code.
- Host: GitHub
- URL: https://github.com/codesandbox/vscode-theme
- Owner: codesandbox
- License: apache-2.0
- Created: 2022-01-21T13:58:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T11:19:04.000Z (about 1 year ago)
- Last Synced: 2024-07-04T08:14:00.422Z (4 months ago)
- Topics: codesandbox, dark-syntax-theme, dark-theme, dark-vscode-theme, editor-theme, theme, vscode, vscode-theme
- Language: Shell
- Homepage: https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects-theme
- Size: 396 KB
- Stars: 96
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
CodeSandbox Theme
An official CodeSandbox theme for Visual Studio Code.
## Install
Install this syntax theme [from the Marketplace][theme-install].
## Recommendations
Below you can find a few recommendations for your `settings.json` to match the CodeSandbox experience even closer in your Visual Studio Code:
```json
{
"editor.fontSize": 14,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true
}
```> You can download the [Fira Code font][fira-code-install] from GitHub.
## CodeSandbox Projects Extension
Did you know you can get the entire power of CodeSandbox right in your editor, not just the theme? Check out the [CodeSandbox Projects extension][projects-install] for Visual Studio Code to enable features like live following, collaborative tasks and terminals, enhanced Git workflow, and so much more!
## Contribute
Found an issue? Would like to propose an improvement? Please follow our [Contribution guidelines](CONTRIBUTING.md) to make those changes happen. Thank you!
[theme-install]: https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects-theme
[fira-code-install]: https://github.com/tonsky/FiraCode
[projects-install]: https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects