Skip to content

Owen-3456/wt-nord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Windows Terminal Nord Colour Scheme

This is a colour scheme for the Windows Terminal that is based on the Nord colour scheme.

Installation

Add the following to the schemes in the settings.json.

settings.json can be found from the Windows Terminal Settings (Ctrl + ,).

{
    "background": "#2E3440",
    "black": "#8292B5",
    "blue": "#5E81AC",
    "brightBlack": "#A5BAE6",
    "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": "#4C566A",
    "white": "#E5E9F0",
    "yellow": "#EBCB8B"
}

Screenshots

Screenshot 1

With my PowerShell Profile

About

Nord colour scheme for Windows Terminal

Resources

Stars

Watchers

Forks