Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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,
```