We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b92f2f + 0d8e7f3 commit cdf1c58Copy full SHA for cdf1c58
src/json/nord.json
@@ -1,9 +1,14 @@
1
{
2
"name": "Nord",
3
"comment": "A arctic, north-bluish clean and elegant Terminix color scheme.",
4
- "use-theme-colors": false,
5
"foreground-color": "#D8DEE9",
6
"background-color": "#2E3440",
+ "badge-color": "#88C0D0",
7
+ "cursor-background-color": "#D8DEE9",
8
+ "cursor-foreground-color": "#D8DEE9",
9
+ "highlight-background-color": "#3B4252",
10
+ "highlight-foreground-color": "#D8DEE9",
11
+ "dim-color": "#3B4252",
12
"palette": [
13
"#3B4252",
14
"#BF616A",
@@ -21,5 +26,11 @@
21
26
"#B48EAD",
22
27
"#8FBCBB",
23
28
"#ECEFF4"
24
- ]
29
+ ],
30
+ "use-theme-colors": false,
31
+ "use-badge-color": false,
32
+ "use-cursor-color": false,
33
+ "use-dim-color": false,
34
+ "use-highlight-color": false,
35
+ "use-theme-colors": false
25
36
}
0 commit comments