Skip to content

Instantly share code, notes, and snippets.

@benferse
Created May 28, 2019 00:59
Show Gist options
  • Select an option

  • Save benferse/7c334b2c224a6a21dc34207034790dfc to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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
Copy Markdown

Thanks πŸ‘

@winderickxeli

Copy link
Copy Markdown

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

@oplex

oplex commented Jun 7, 2020

Copy link
Copy Markdown

thank you!

@rinaldes

Copy link
Copy Markdown

thanks!

@benferse

benferse commented Aug 31, 2020

Copy link
Copy Markdown
Author

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

hodjaev commented Sep 1, 2020

Copy link
Copy Markdown

Thank you! πŸ‘πŸ‘πŸ‘

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