Skip to content

Instantly share code, notes, and snippets.

@TheFunctionalGuy
Last active January 12, 2022 00:50
Show Gist options
  • Save TheFunctionalGuy/8a2f43d109d96a7e1de1f73b0708b8b5 to your computer and use it in GitHub Desktop.
Save TheFunctionalGuy/8a2f43d109d96a7e1de1f73b0708b8b5 to your computer and use it in GitHub Desktop.
Windows Terminal - Nord Color Scheme
{
"background": "#2E3440",
"black": "#3B4252",
"blue": "#81A1C1",
"brightBlack": "#4C566A",
"brightBlue": "#81A1C1",
"brightCyan": "#8FBCBB",
"brightGreen": "#A3BE8C",
"brightPurple": "#B48EAD",
"brightRed": "#BF616A",
"brightWhite": "#ECEFF4",
"brightYellow": "#EBCB8B",
"cursorColor": "#D8DEE9",
"cyan": "#88C0D0",
"foreground": "#D8DEE9",
"green": "#A3BE8C",
"name": "Nord",
"purple": "#B48EAD",
"red": "#BF616A",
"selectionBackground": "#434C5E",
"white": "#E5E9F0",
"yellow": "#EBCB8B"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment