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

https://github.com/guasam/soil-theme-vscode

Calming dark theme for VS Code with simple, easy-to-read colors, perfect for night-time coding.
https://github.com/guasam/soil-theme-vscode

dark-theme soil soil-theme theme vscode-theme

Last synced: 5 months ago
JSON representation

Calming dark theme for VS Code with simple, easy-to-read colors, perfect for night-time coding.

Awesome Lists containing this project

README

          

# Soil Theme

A relaxing dark theme for `Visual Studio Code` with simple colors for the Editor Interface, it also provides easy to read interface for dim-light environments (night).

Install from Marketplace : https://marketplace.visualstudio.com/items?itemName=codesbiome.soil-theme-vscode



Show Monokai Syntax Colors



### Supported Languages 🎉

- `C / C++`
- `C#`
- `JAVA`
- `HTML`
- `CSS`
- `SCSS / SASS`
- `LESS`
- `JavaScript`
- `TypeScript`
- `JSX / TSX`
- `XML / XAML / YAML`
- `Markdown`
- `JSON`
- `Markdown`
- `Flutter`
- `Dart`
- `PHP`


### Information & Tips 📌

If you're using Windows 10, these settings of `Editor` might provide you a better experience with this theme :

```json
"editor.fontSize": 13,
"editor.lineHeight": 22,
"editor.suggestFontSize": 13,
"editor.padding.top": 10,
"terminal.integrated.lineHeight": 1.4,
"editor.fontFamily": "'Jetbrains Mono', 'Fira Code', Consolas, 'Courier New', monospace",
```

- Text Font : `Jetbrains Mono`
- File Icon Theme : `Material Icon Theme`


### Issue or Requests

Found any 🐛 bug/glitch or have a request related to this project? Feel free to submit `Issue` at respository here.


Cheers 🍻