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.
For more screenshots for PHP, Markdown, VLang, etc, visit the demos page.
- Open the Extensions sidebar in VSCode.
View → Extensions
- Search for and choose
Nord City Theme
by Tom Byrer /tomByrer
- Click Reload to reload your editor
- Navigate to File > Preferences > Color Theme > Nord City Theme or any of the variants listed
- Check out your projects with Nord City 🎉🎉.
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.
"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
Hacked by Tom Byrer in Kansas City. Follow me on Twitter
See CHANGELOG.md for history & prior authors' credits.