Skip to content

Commit

Permalink
GHI-#9 Disable advanced color settings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Feb 21, 2017
1 parent 8936cc9 commit 0d8e7f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/json/nord.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"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",
Expand All @@ -27,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 0d8e7f3

Please sign in to comment.