Skip to content

Commit

Permalink
editorWidget.border fixed (#141)
Browse files Browse the repository at this point in the history
Renamed the invalid key `editorWidgetBorder` to the valid `editorWidget.border` key. The invalid key was never in the VS Code code base so it must be a typo or attention error.
  • Loading branch information
chris78er authored and arcticicestudio committed Jul 20, 2019
1 parent 54b6b20 commit 994cae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"editorLineNumber.activeForeground": "#d8dee9",
"editorWhitespace.foreground": "#4c566ab3",
"editorWidget.background": "#2e3440",
"editorWidgetBorder": "#3b4252",
"editorWidget.border": "#3b4252",
"editor.background": "#2e3440",
"editor.foreground": "#d8dee9",
"editor.hoverHighlightBackground": "#3b4252",
Expand Down

0 comments on commit 994cae1

Please sign in to comment.