rikosjett


Add Nord theme to Windows Terminal

Published at 26 March 2021

#terminal-shell

Add the following to "schemes" in Windows Terminal settings.json.

JSON
{ "name" : "nord", "background" : "#2e3440", "foreground" : "#d8dee9", "black": "#3b4252", "blue": "#81a1c1", "brightBlack": "#4c566a", "brightBlue": "#81a1c1", "brightCyan": "#8fbcbb", "brightGreen": "#a3be8c", "brightPurple": "#b48ead", "brightRed": "#bf616a", "brightWhite": "#eceff4", "brightYellow": "#ebcb8b", "cyan": "#88c0d0", "green": "#a3be8c", "purple": "#b48ead", "red": "#bf616a", "white": "#e5e9f0", "yellow": "#ebcb8b" }

Source: Blog post by Nigel Sampson.