Press CTRL/CMD+P
and run ext install nord-deep
or search for "nord deep" in extensions.
See CHANGELOG.md
- HTML, CSS, Javascript, Typescript, Ruby, PHP, Elixir, Python, Java, C, C++
"indentRainbow.colors": [
"rgba(16,16,16,0.1)",
"rgba(16,16,16,0.2)",
"rgba(16,16,16,0.3)",
"rgba(16,16,16,0.4)",
"rgba(16,16,16,0.5)",
"rgba(16,16,16,0.6)",
"rgba(16,16,16,0.7)",
"rgba(16,16,16,0.8)",
"rgba(16,16,16,0.9)",
"rgba(16,16,16,1.0)"
],
If you use Windows Terminal then here is the matching object for the schemes list:
{
"background": "#232731",
"black": "#3b4252",
"blue": "#81a1c1",
"brightBlack": "#4c566a",
"brightBlue": "#81a1c1",
"brightCyan": "#8fbcbb",
"brightGreen": "#a3be8c",
"brightPurple": "#b48ead",
"brightRed": "#bf616a",
"brightWhite": "#eceff4",
"brightYellow": "#ebcb8b",
"cyan": "#88c0d0",
"foreground": "#d8dee9",
"green": "#a3be8c",
"name": "Nord Deep",
"purple": "#b48ead",
"red": "#bf616a",
"white": "#e5e9f0",
"yellow": "#ebcb8b"
}
- Peterson Cordeiro (image logo)
- NordTheme (base colors)
- Richard Cheney (windows terminal colors)
Cheers!