Created
March 30, 2020 13:38
-
-
Save bunchc/6e8819f7f5998fce5fbbaace983f656f to your computer and use it in GitHub Desktop.
Nord theme for different terminals
This file contains hidden or 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
"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" | |
} | |
] |
This file contains hidden or 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
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