Revert nord's mode colors, in favor of the previous colors (#1399)

This commit is contained in:
Bryan Phelps 2018-01-30 12:33:10 -08:00 committed by GitHub
parent a5b4ab3fc1
commit 4fe51a3022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -35,16 +35,16 @@
"statusBar.background": "#282828",
"statusBar.foreground": "#c8c8c8",
"highlight.mode.insert.background": "#A3BE8C",
"highlight.mode.insert.background": "#98c379",
"highlight.mode.insert.foreground": "#282c34",
"highlight.mode.normal.background": "#5E81AC",
"highlight.mode.normal.background": "#61afef",
"highlight.mode.normal.foreground": "#282c34",
"highlight.mode.operator.background": "#EBCB8B",
"highlight.mode.operator.background": "#d19a66",
"highlight.mode.operator.foreground": "#282c34",
"highlight.mode.visual.background": "#B48EAD",
"highlight.mode.visual.background": "#56b6c2",
"highlight.mode.visual.foreground": "#282c34"
}
}