Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#9-advanced-color-settings' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Feb 21, 2017
2 parents 1b92f2f + 0d8e7f3 commit cdf1c58
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/json/nord.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "Nord",
"comment": "A arctic, north-bluish clean and elegant Terminix color scheme.",
"use-theme-colors": false,
"foreground-color": "#D8DEE9",
"background-color": "#2E3440",
"badge-color": "#88C0D0",
"cursor-background-color": "#D8DEE9",
"cursor-foreground-color": "#D8DEE9",
"highlight-background-color": "#3B4252",
"highlight-foreground-color": "#D8DEE9",
"dim-color": "#3B4252",
"palette": [
"#3B4252",
"#BF616A",
Expand All @@ -21,5 +26,11 @@
"#B48EAD",
"#8FBCBB",
"#ECEFF4"
]
],
"use-theme-colors": false,
"use-badge-color": false,
"use-cursor-color": false,
"use-dim-color": false,
"use-highlight-color": false,
"use-theme-colors": false
}

0 comments on commit cdf1c58

Please sign in to comment.