Yeap Theme
An official Yeap theme for Visual Studio Code.
Install
Download the .vsix theme from the Releases section and drag it into the Extensions panel in VS Code.
Recommendations
Below you can find a few recommendations for your settings.json to match the Yeap experience even closer in your Visual Studio Code:
{
// Editor
"editor.smoothScrolling": true,
"editor.fontSize": 14,
"editor.fontFamily": "'Fira Code'",
"editor.mouseWheelZoom": false,
"editor.fontLigatures": true,
"editor.minimap.size": "proportional",
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on",
"window.titleBarStyle": "custom",
// Terminal
"terminal.integrated.mouseWheelZoom": false,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
// As you like
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false
}
You can download the Fira Code font from GitHub.
| |