Skip to content

Instantly share code, notes, and snippets.

@bunchc
Created March 30, 2020 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bunchc/6e8819f7f5998fce5fbbaace983f656f to your computer and use it in GitHub Desktop.
Save bunchc/6e8819f7f5998fce5fbbaace983f656f to your computer and use it in GitHub Desktop.
Nord theme for different terminals
"schemes": [
{
"name" : "nord",
"background" : "#2e3440",
"foreground" : "#d8dee9",
"black": "#2e3440",
"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"
}
]
customColorSchemes:
- name: Nord
foreground: '#d8dee9'
background: '#2e3440'
cursor: '#73635a'
colors:
- '#2e3440'
- '#bf616a'
- '#a3be8c'
- '#ebcb8b'
- '#81a1c1'
- '#b48ead'
- '#88c0d0'
- '#e5e9f0'
- '#4c566a'
- '#bf616a'
- '#a3be8c'
- '#ebcb8b'
- '#81a1c1'
- '#b48ead'
- '#8fbcbb'
- '#eceff4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment