Skip to content

Instantly share code, notes, and snippets.

@bunchc
Created March 30, 2020 13:38
Show Gist options
  • Select an option

  • Save bunchc/6e8819f7f5998fce5fbbaace983f656f to your computer and use it in GitHub Desktop.

Select an option

Save bunchc/6e8819f7f5998fce5fbbaace983f656f to your computer and use it in GitHub Desktop.

Revisions

  1. bunchc revised this gist Mar 30, 2020. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion nord-microsoft_terminal.json
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,6 @@
    "background" : "#2e3440",
    "foreground" : "#d8dee9",
    "black": "#2e3440",
    //"black": "#3b4252",
    "blue": "#81a1c1",
    "brightBlack": "#4c566a",
    "brightBlue": "#81a1c1",
  2. bunchc created this gist Mar 30, 2020.
    24 changes: 24 additions & 0 deletions nord-microsoft_terminal.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    "schemes": [
    {
    "name" : "nord",
    "background" : "#2e3440",
    "foreground" : "#d8dee9",
    "black": "#2e3440",
    //"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"
    }
    ]
    22 changes: 22 additions & 0 deletions nord-terminus.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    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'