Skip to content

forked Nord VSCode dark theme, with italic support and more contrast

Notifications You must be signed in to change notification settings

tomByrer/Nord-City-Theme

 
 

Repository files navigation

Nord City VSCode Theme

Nord City Theme icon

A customized Nord theme for Visual Studio Code with italic support and a wider range of colors. Intended to work with Victor Mono programming font, but should work with Operator Mono ($297USD), & other italic alternatives. A no italic option is available.

HTML demo screenshot

For more screenshots for PHP, Markdown, VLang, etc, visit the demos page.

Installation

  1. Open the Extensions sidebar in VSCode. View β†’ Extensions
  2. Search for and choose Nord City Theme by Tom Byrer / tomByrer
  3. Click Reload to reload your editor
  4. Navigate to File > Preferences > Color Theme > Nord City Theme or any of the variants listed
  5. Check out your projects with Nord City πŸŽ‰πŸŽ‰.

Optional Plugins

Screenshots use Victor Mono font with ligatures turned on & CoenraadS/Bracket-Pair-Colorizer-2. Note: there is a bug in BPC2 that highlights HTML comment brackets. This configuration works well on my smaller 4k monitor.

optional setings.json

    "breadcrumbs.enabled": true,
    "window.zoomLevel": 0,
    "editor.fontFamily": "'Operator Mono', 'Victor Mono', 'Fira Code', Consolas, 'Courier New', monospace",
    "editor.fontLigatures": true,
    "editor.fontWeight": "300",
    "editor.letterSpacing": 0.3,
    "editor.fontSize": 14.5,
    "bracket-pair-colorizer-2.colors": [
        "#d08770e8",
        "#8fbcbbe8",
        "#a3be8ce8",
        "#b48eade8"
    ],
    "bracket-pair-colorizer-2.showBracketsInGutter": true,
    "editor.renderWhitespace": "boundary",
    ...etc

Author

Hacked by Tom Byrer in Kansas City. Follow me on Twitter

See CHANGELOG.md for history & prior authors' credits.

About

forked Nord VSCode dark theme, with italic support and more contrast

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published