Skip to content

johnpapa/vscode-winteriscoming

Repository files navigation

Winter is Coming

This extension for Visual Studio Code adds themes titled "Winter is Coming". There are dark, dark with no italics, and light themes.

I personally use the dark themes for most occasions, but find the light theme good on some dimmer projectors when I present.

See the CHANGELOG for the latest changes.

The themes also support an italicized version, with fonts that supports cursive italicized fonts.

Dark Blue Theme

Dark Blue HTML HTML

Dark Blue JavaScript JavaScript

Dark Blue TypeScript TypeScript

Dark Blue SCSS SCSS

Dark Black Theme

Dark Black JavaScript Dark Black Theme

Light Theme

Light JavaScript Light Theme

Usage

Select the theme and go!

Installation

  1. Open Extensions sidebar panel in Visual Studio Code. View → Extensions
  2. Search for Winter is Coming
  3. Click Install
  4. Click Reload
  5. File > Preferences > Color Theme > Winter is Coming (Dark Blue)
  6. Optional: Use the recommended settings below for best experience

Recommended Settings

{
  "editor.autoIndent": "full",
  "editor.cursorBlinking": "solid",
  "editor.cursorSmoothCaretAnimation": true,
  "editor.cursorStyle": "line",
  "editor.fontSize": 16,
  "editor.fontFamily": "Dank Mono, Fira Code, Inconsolata",
  "editor.fontLigatures": true,
  "editor.formatOnPaste": true,
  "editor.formatOnType": false,
  "editor.formatOnSave": true,
  "editor.letterSpacing": 0.3,
  "editor.lineHeight": 25,
  "editor.minimap.enabled": false,
  "editor.multiCursorModifier": "ctrlCmd",
  "editor.suggestSelection": "first",
  "editor.tabCompletion": "on",
  "editor.tabSize": 2,
  "editor.wordWrap": "on",
  "files.autoSave": "afterDelay",
  "files.autoSaveDelay": 1000,
  "search.showLineNumbers": true,
  "workbench.iconTheme": "material-icon-theme",
  "workbench.colorCustomizations": {},
  "workbench.colorTheme": "Winter is Coming (Dark Blue)",
  "zenMode.centerLayout": false,
}

Fonts

I am using a paid font titled Dank Mono. Operator Mono is also a paid font that is awesome. If you do not have these fonts, use your favorite font. Fira Code is a free one that works well too.

Feedback

If you have suggestions, please open an issue or better yet, a pull request.

Be nice.

Credits

Credit where credit is due ... this theme was inspired by the themes Visual Studio Dark+, Monokai and Dustin Sander's theme for "An Old Hope". Custom CSS inspired by Wes Bos. Blue background for the Dark them inspired by Sarah Drasner's Night Owl theme

Authors

Authored by John Papa

Light theme co-authored by Brian Clark