Skip to content

Commit

Permalink
Add the elagant, north-bluish Nord color scheme
Browse files Browse the repository at this point in the history
Includes the official dark tone and a light tone based on the docs.
  • Loading branch information
shivaprsd committed May 20, 2022
1 parent c850b86 commit 7d88dc2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions addon/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,28 @@
]
},

{
"name": "Nord",
"tones": [
{
"name": "Snow Storm",
"background": "#ECEFF4",
"foreground": "#3B4252"
},
{
"name": "Polar Night",
"background": "#2E3440",
"foreground": "#D8DEE9",
"accents": ["#3B4252"]
}
],
"accents": [
"#434C5E", "#4C566A", "#E5E9F0",
"#8FBCBB", "#88C0D0", "#81A1C1", "#5E81AC",
"#BF616A", "#D08770", "#EBCB8B", "#A3BE8C", "#B48EAD"
]
},

{
"name": "Solarized",
"tones": [
Expand Down

0 comments on commit 7d88dc2

Please sign in to comment.