Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usernamehw/vscode-theme-prism
Light theme for vscode
https://github.com/usernamehw/vscode-theme-prism
prismjs vscode vscode-extension vscode-theme
Last synced: 3 months ago
JSON representation
Light theme for vscode
- Host: GitHub
- URL: https://github.com/usernamehw/vscode-theme-prism
- Owner: usernamehw
- License: mit
- Created: 2018-11-04T22:34:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T19:53:53.000Z (about 1 year ago)
- Last Synced: 2024-04-28T03:19:04.735Z (9 months ago)
- Topics: prismjs, vscode, vscode-extension, vscode-theme
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=usernamehw.prism
- Size: 432 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Version](https://img.shields.io/visual-studio-marketplace/v/usernamehw.prism)](https://marketplace.visualstudio.com/items?itemName=usernamehw.prism)
[![Installs](https://img.shields.io/visual-studio-marketplace/i/usernamehw.prism)](https://marketplace.visualstudio.com/items?itemName=usernamehw.prism)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/usernamehw.prism)](https://marketplace.visualstudio.com/items?itemName=usernamehw.prism)
[![OpenVSX Downloads](https://shields.io/open-vsx/dt/usernamehw/prism?label=OpenVSX%20Downloads)](https://open-vsx.org/extension/usernamehw/prism)# Prism (Light theme)
Light theme based on the [Prism.js](https://prismjs.com/) default light theme.
![react example](./img/react_example.png)
### Recommended settings
```js
"editor.lineHeight": 1.5,
"editor.minimap.renderCharacters": false,
"workbench.tips.enabled": false,
"terminal.integrated.minimumContrastRatio": 2.5,
```