Skip to content

Instantly share code, notes, and snippets.

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