Skip to content

Instantly share code, notes, and snippets.

@edavidaja
Created October 26, 2019 17:29
Show Gist options
  • Save edavidaja/fd9823681b721db6d711c51ea82c4293 to your computer and use it in GitHub Desktop.
Save edavidaja/fd9823681b721db6d711c51ea82c4293 to your computer and use it in GitHub Desktop.
Nord colors for Windows Terminal
{
"background": "#2E3440",
"black" : "#3B4252",
"blue" : "#81A1C1",
"cyan" : "#88C0D0",
"foreground": "#D8DEE9",
"green" : "#A3BE8C",
"brightBlack" : "#4C566A",
"brightBlue" : "#81A1C1",
"brightCyan" : "#8FBCBB",
"brightGreen" : "#A3BE8C",
"brightPurple" : "#B48EAD",
"brightRed" : "#BF616A",
"brightWhite" : "#ECEFF4",
"brightYellow" : "#EBCB8B",
"name": "Nord",
"purple" : "#B48EAD",
"red" : "#BF616A",
"white" : "#E5E9F0",
"yellow" : "#EBCB8B"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment