项目作者: johnpapa

项目描述 :
Dark theme with fun and bright foreground colors
高级语言: CSS
项目地址: git://github.com/johnpapa/vscode-winteriscoming.git
创建时间: 2017-10-18T14:55:36Z
项目社区:https://github.com/johnpapa/vscode-winteriscoming

开源协议:MIT License

下载


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
  1. {
  2. "editor.autoIndent": "full",
  3. "editor.cursorBlinking": "solid",
  4. "editor.cursorSmoothCaretAnimation": true,
  5. "editor.cursorStyle": "line",
  6. "editor.fontSize": 16,
  7. "editor.fontFamily": "Dank Mono, Fira Code, Inconsolata",
  8. "editor.fontLigatures": true,
  9. "editor.formatOnPaste": true,
  10. "editor.formatOnType": false,
  11. "editor.formatOnSave": true,
  12. "editor.letterSpacing": 0.3,
  13. "editor.lineHeight": 25,
  14. "editor.minimap.enabled": false,
  15. "editor.multiCursorModifier": "ctrlCmd",
  16. "editor.suggestSelection": "first",
  17. "editor.tabCompletion": "on",
  18. "editor.tabSize": 2,
  19. "editor.wordWrap": "on",
  20. "files.autoSave": "afterDelay",
  21. "files.autoSaveDelay": 1000,
  22. "search.showLineNumbers": true,
  23. "workbench.iconTheme": "material-icon-theme",
  24. "workbench.colorCustomizations": {},
  25. "workbench.colorTheme": "Winter is Coming (Dark Blue)",
  26. "zenMode.centerLayout": false,
  27. }

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