Skip to content

Instantly share code, notes, and snippets.

@benferse
Created May 28, 2019 00:59
Show Gist options
  • Save benferse/7c334b2c224a6a21dc34207034790dfc to your computer and use it in GitHub Desktop.
Save benferse/7c334b2c224a6a21dc34207034790dfc to your computer and use it in GitHub Desktop.
An arctic, north-bluish clean and elegant Windows Terminal color scheme.
{
"name": "Nord",
"foreground": "#D8DEE9",
"background": "#2E3440",
"black": "#3B4252",
"red": "#BF616A",
"green": "#A3BE8C",
"yellow": "#EBCB8B",
"blue": "#81A1C1",
"purple": "#B48EAD",
"cyan": "#88C0D0",
"white": "#E5E9F0",
"brightBlack": "#4C566A",
"brightRed": "#BF616A",
"brightGreen": "#A3BE8C",
"brightYellow": "#EBCB8B",
"brightBlue": "#81A1C1",
"brightPurple": "#B48EAD",
"brightCyan": "#8FBCBB",
"brightWhite": "#ECEFF4"
}
@benferse
Copy link
Author

To use this:

  • Add it to the "schemes" array in the Terminal config file, currently "%localappdata%\Packages\WindowsTerminalDev_8wekyb3d8bbwe\RoamingState\profiles.json"
  • Reference "Nord" as the colorscheme in one of the launch profiles

@thiagobraga
Copy link

Thanks ๐Ÿ‘

@winderickxeli
Copy link

Not all hero's wear cape. You deserve one!!

@oplex
Copy link

oplex commented Jun 7, 2020

thank you!

@rinaldes
Copy link

thanks!

@benferse
Copy link
Author

benferse commented Aug 31, 2020

Not strictly related to this scheme, but as of Windows Terminal preview v1.2.2022.0 (and classic consoles in Windows Insider 20197 and above), support exists for the "faint" SGR parameter. So if you update your terminal and notice that some colors are dimmer than they used to be, check if your tools are specifying "faint" or "dimmed" color variants, because they work all of a sudden ๐Ÿ˜„

See microsoft/terminal#6873 for context!

(time to update my starship config lol)

@hodjaev
Copy link

hodjaev commented Sep 1, 2020

Thank you! ๐Ÿ‘๐Ÿ‘๐Ÿ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment