Created
October 26, 2019 17:29
-
-
Save edavidaja/fd9823681b721db6d711c51ea82c4293 to your computer and use it in GitHub Desktop.
Nord colors for Windows Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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