Skip to content

Commit

Permalink
Updated colors to fix the issue with the white color being off
Browse files Browse the repository at this point in the history
  • Loading branch information
thismat committed Oct 19, 2021
1 parent 55fde1e commit 64197e0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
{
"name" : "Nord",

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

"cursorColor" : "#EBCB8B",
"selectionBackground" : "#434C5E",
"cursorColor": "#EBCB8B",
"selectionBackground": "#434C5E",

"black" : "#3B4252",
"blue" : "#81A1C1",
"cyan" : "#88C0D0",
"green" : "#8FBCBB",
"purple" : "#B48EAD",
"red" : "#BF616A",
"white" : "#4C566A",
"yellow" : "#EBCB8B",
"black": "#3B4252",
"blue": "#81A1C1",
"cyan": "#88C0D0",
"green": "#8FBCBB",
"purple": "#B48EAD",
"red": "#BF616A",
"white": "#D8DEE9",
"yellow": "#EBCB8B",

"brightBlack" : "#3B4252",
"brightBlue" : "#5E81AC",
"brightCyan" : "#88C0D0",
"brightGreen" : "#A3BE8C",
"brightPurple" : "#B48EAD",
"brightRed" : "#BF616A",
"brightWhite" : "#E5E9F0",
"brightYellow" : "#EBCB8B"
"brightBlack": "#3B4252",
"brightBlue": "#5E81AC",
"brightCyan": "#88C0D0",
"brightGreen": "#A3BE8C",
"brightPurple": "#B48EAD",
"brightRed": "#D08770",
"brightWhite": "#E5E9F0",
"brightYellow": "#EBCB8B"
}
]
}

0 comments on commit 64197e0

Please sign in to comment.