winteriscomingdarker
v0.0.1
Published
Fork of the Winter is Coming Theme by John Papa
Downloads
4
Readme
Winter is Coming theme for VS Code
This extension for Visual Studio Code adds a theme titled "Winter is Coming Even Darker"
See the CHANGELOG for the latest changes.
Dark Theme
The dark theme is best seen with a font that supports cursive italicized fonts
Usage
Select the theme and go!
Installation
- Open Extensions sidebar panel in VS Code.
View → Extensions
- Search for
Winter is Coming Even Darker
- Click Install
- Click Reload
- File > Preferences > Color Theme > Winter is Coming (Even Darker)
- Optional: Use the recommended settings below for best experience
Recommended Settings
{
"editor.autoIndent": true,
"editor.codeLens": false,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.fontSize": 14,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"editor.tabCompletion": true,
"editor.wordWrap": "off",
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.js.map": {
"when": "$(basename)"
}
},
"files.hotExit": "onExit",
"files.defaultLanguage": "typescript",
"files.trimTrailingWhitespace": true,
"prettier.printWidth": 100,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"window.zoomLevel": 0,
"workbench.colorTheme": "Winter is Coming (Dark)",
"zenMode.centerLayout": false
}
Authors
Authored by Jorge Gonzalez Perez