Skip to content

Instantly share code, notes, and snippets.

@axelitus
Created September 27, 2022 17:37

Revisions

  1. axelitus created this gist Sep 27, 2022.
    27 changes: 27 additions & 0 deletions nord.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    {
    "name": "Nord",

    "foreground": "#D8DEE9",
    "background": "#2E3440",

    "selectionBackground": "#ECEFF4",
    "cursorColor": "#D8DEE9",

    "black": "#3B4252",
    "blue": "#5E81AC",
    "cyan": "#88C0D0",
    "green": "#A3BE8C",
    "purple": "#B48EAD",
    "red": "#BF616A",
    "white": "#E5E9F0",
    "yellow": "#EBCB8B",

    "brightBlack": "#4C566A",
    "brightBlue": "#81A1C1",
    "brightCyan": "#8FBCBB",
    "brightGreen": "#A3BE8C",
    "brightPurple": "#B48EAD",
    "brightRed": "#BF616A",
    "brightWhite": "#ECEFF4",
    "brightYellow": "#EBCB8B"
    }