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

https://github.com/sainnhe/sonokai-vscode

Sonokai Color Scheme for Visual Studio Code
https://github.com/sainnhe/sonokai-vscode

monokai theme vscode vscode-theme

Last synced: 6 months ago
JSON representation

Sonokai Color Scheme for Visual Studio Code

Awesome Lists containing this project

README

          


𝐒𝐨𝐧𝐨𝐤𝐚𝐢


𝐃𝐞𝐟𝐚𝐮𝐥𝐭

![default](https://user-images.githubusercontent.com/37491630/87915825-37096a80-caa5-11ea-97be-af18b5e75b70.png)


𝐀𝐭𝐥𝐚𝐧𝐭𝐢𝐬

![atlantis](https://user-images.githubusercontent.com/37491630/77871076-91e72f80-7232-11ea-8414-0a93b4c26d97.png)


𝐀𝐧𝐝𝐫𝐨𝐦𝐞𝐝𝐚

![andromeda](https://user-images.githubusercontent.com/37491630/77871073-90b60280-7232-11ea-9310-7ce4f4129671.png)


𝐒𝐡𝐮𝐬𝐢𝐚

![shusia](https://user-images.githubusercontent.com/37491630/77871086-96134d00-7232-11ea-8213-2b473ce22540.png)


𝐌𝐚𝐢𝐚

![maia](https://user-images.githubusercontent.com/37491630/77871079-93185c80-7232-11ea-9390-6f4366375e97.png)


𝐄𝐬𝐩𝐫𝐞𝐬𝐬𝐨

![espresso](https://user-images.githubusercontent.com/37491630/120172634-d656cc80-c235-11eb-93b1-30c9995997da.png)


Marketplace |
Repository |
Issues |
Changelog



This color scheme is a port of [Sonokai](https://github.com/sainnhe/sonokai) for Visual Studio Code.

> Sometimes I need a high contrast color scheme, and I think monokai is one of the best solutions, it's very beautiful and vivid.
>
> However there is one thing I can't stand -- the contrast is too high, which is totally unacceptable for me.
>
> This color scheme is based on [Monokai Pro](https://monokai.pro/vscode), the contrast is adjusted to be a bit lower while keeping the colors vivid enough.
>
> The `shusia`, `maia` and `espresso` variants are basically modified versions of Monokai Pro. I'm not going to port all variants of Monokai Pro because I don't like some of them. In addition, I designed some new variants inspired by other color schemes.

## Features

- High contrast but within acceptable range.
- Vivid colors.
- Rich support for common file types.
- Italic support.

## Installation

### Via Marketplace

1. Press extensions icon in your vscode.
2. Search `sainnhe.sonokai`.
3. Select this extension and press `install` button.

### Via Quick Open

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

```
ext install sainnhe.sonokai
```

## Usage

1. Click the gear button in the lower left corner.
2. Click `Color Theme`.
3. Select Sonokai in the list.

## FAQ

**Q: How to enable cursive italic keywords?**

**A:** The italics in this color scheme is designed to use with fonts that support cursive italic styles. To enable this feature, you'll need to install a font that supports cursive italic styles, for example: https://www.sainnhe.dev/post/patch-fonts-with-cursive-italic-styles/

## Related Projects

See this [wiki page](https://github.com/sainnhe/sonokai/wiki/Related-Projects).

### More Color Schemes

- [Gruvbox Material](https://github.com/sainnhe/gruvbox-material-vscode)
- [Everforest](https://github.com/sainnhe/everforest-vscode)
- [Edge](https://github.com/sainnhe/edge-vscode)

## Inspiration

- [Monokai Pro](https://monokai.pro/vscode)
- [Atom One](https://github.com/atom/atom/tree/master/packages/one-dark-syntax)
- [Material](https://github.com/equinusocio/material-theme)
- [Nord](https://www.nordtheme.com)

## License

[MIT License](https://github.com/sainnhe/sonokai-vscode/blob/master/LICENSE) © sainnhe