Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demenskyi/mokka
Minimal dark theme for Visual Studio Code.
https://github.com/demenskyi/mokka
Last synced: 3 months ago
JSON representation
Minimal dark theme for Visual Studio Code.
- Host: GitHub
- URL: https://github.com/demenskyi/mokka
- Owner: demenskyi
- Created: 2020-04-06T14:52:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T19:24:44.000Z (over 1 year ago)
- Last Synced: 2024-04-06T01:51:48.587Z (7 months ago)
- Homepage: https://marketplace.visualstudio.com/items?itemName=Demenskiy.mokka
- Size: 11.2 MB
- Stars: 18
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Mokka
Minimal dark theme for Visual Studio Code.
The idea was to create a color theme that highlights only those objects that are necessary for distinguishing and does not make the code difficult to read with unnecessary colors and highlights.
#### Default
#### Green
#### Blue
## Recommended settings
#### Font
For a better experience, use the "[Cascadia Code](https://github.com/microsoft/cascadia-code)" or "[JetBrains Mono](https://github.com/JetBrains/JetBrainsMono)" font.
```json
"editor.fontFamily": "Cascadia Code, JetBrains Mono, monospace",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "Cascadia Code, JetBrains Mono, monospace",
```#### Icons
For a better experience, use the "[Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)" icons.
```json
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.folders.theme": "classic",
"material-icon-theme.folders.color": "#505050", // #53585c for lighten variants
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.hidesExplorerArrows": true,
```#### Cursor
```json
"editor.cursorStyle": "underline",
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "underline",
```#### Interface
```json
"workbench.editor.showIcons": false,
"breadcrumbs.icons": false,
"editor.minimap.enabled": false,
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
```---
Made for pleasure with love ❤️