Skip to content

Instantly share code, notes, and snippets.

@dmtrek14
Last active August 22, 2022 18:06
Show Gist options
  • Save dmtrek14/57867f8b13ac603fa9e57e958e9194d7 to your computer and use it in GitHub Desktop.
Save dmtrek14/57867f8b13ac603fa9e57e958e9194d7 to your computer and use it in GitHub Desktop.
Nord theme for Windows Terminal
"schemes":
[
{
"background": "#2E3440",
"black": "#2E3440",
"blue": "#5E81AC",
"brightBlack": "#4C566A",
"brightBlue": "#5E81AC",
"brightCyan": "#88C0D0",
"brightGreen": "#8FBCBB",
"brightPurple": "#81A1C1",
"brightRed": "#B48EAD",
"brightWhite": "#E5E9F0",
"brightYellow": "#EBCB8B",
"cursorColor": "#D8DEE9",
"cyan": "#88C0D0",
"foreground": "#ECEFF4",
"green": "#8FBCBB",
"name": "Nord",
"purple": "#81A1C1",
"red": "#B48EAD",
"selectionBackground": "#E5E9F0",
"white": "#E5E9F0",
"yellow": "#EBCB8B"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment