Skip to content

Commit cdf1c58

Browse files
Merge branch 'feature/ghi-#9-advanced-color-settings' into develop
2 parents 1b92f2f + 0d8e7f3 commit cdf1c58

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/json/nord.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "Nord",
33
"comment": "A arctic, north-bluish clean and elegant Terminix color scheme.",
4-
"use-theme-colors": false,
54
"foreground-color": "#D8DEE9",
65
"background-color": "#2E3440",
6+
"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",
712
"palette": [
813
"#3B4252",
914
"#BF616A",
@@ -21,5 +26,11 @@
2126
"#B48EAD",
2227
"#8FBCBB",
2328
"#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
2536
}

0 commit comments

Comments
 (0)