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.
- Host: GitHub
- URL: https://github.com/guasam/soil-theme-vscode
- Owner: guasam
- License: other
- Created: 2020-08-30T23:33:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T04:44:25.000Z (over 1 year ago)
- Last Synced: 2025-06-06T00:48:21.651Z (about 1 year ago)
- Topics: dark-theme, soil, soil-theme, theme, vscode-theme
- Homepage:
- Size: 471 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 🍻