From 64197e040f908dc155df808dab1ba6d9c77a106d Mon Sep 17 00:00:00 2001 From: thismat Date: Tue, 19 Oct 2021 10:14:02 -0500 Subject: [PATCH] Updated colors to fix the issue with the white color being off Should fix: https://github.com/arcticicestudio/nord/issues/123#issuecomment-822934534 --- nord.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/nord.json b/nord.json index 3303267..80c5edd 100644 --- a/nord.json +++ b/nord.json @@ -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" } ] }