diff --git a/package.json b/package.json index bf0ee55..7ccb5e3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "license": "MIT", "engines": { - "vscode": "^1.12.0" + "vscode": "^1.21.0" }, "galleryBanner": { "color": "#2E3440", @@ -59,7 +59,7 @@ { "label": "Nord", "uiTheme": "vs-dark", - "path": "./themes/nord.json" + "path": "./themes/nord-color-theme.json" } ] }, diff --git a/themes/nord.json b/themes/nord-color-theme.json similarity index 97% rename from themes/nord.json rename to themes/nord-color-theme.json index 6c7cebd..1e40244 100644 --- a/themes/nord.json +++ b/themes/nord-color-theme.json @@ -22,7 +22,6 @@ "dropdown.background": "#3b4252", "dropdown.border": "#3b4252", "dropdown.foreground": "#d8dee9", - "editorActiveLineNumber.foreground": "#d8dee9cc", "editorCursor.foreground": "#d8dee9", "editorHint.border": "#ebcb8b00", "editorHint.foreground": "#ebcb8b", @@ -32,7 +31,7 @@ "editorLineNumber.activeForeground": "#d8dee9", "editorWhitespace.foreground": "#4c566ab3", "editorWidget.background": "#2e3440", - "editorWidgetBorder": "#3b4252", + "editorWidget.border": "#3b4252", "editor.background": "#2e3440", "editor.foreground": "#d8dee9", "editor.hoverHighlightBackground": "#3b4252", @@ -54,7 +53,7 @@ "editorBracketMatch.background": "#2e344000", "editorBracketMatch.border": "#88c0d0", "editorCodeLens.foreground": "#4c566a", - "editorGroup.background": "#2e3440", + "editorGroup.emptyBackground": "#2e3440", "editorGroup.border": "#3b425201", "editorGroup.dropBackground": "#3b425299", "editorGroupHeader.noTabsBackground": "#2e3440", @@ -129,20 +128,6 @@ "merge.incomingHeaderBackground": "#8fbcbb66", "merge.incomingContentBackground": "#8fbcbb4d", "merge.border": "#3b425200", - - /* `notification.*` keys are legacy support for VS Code versions >1.21.0 */ - "notification.background": "#3b4252", - "notification.buttonBackground": "#434c5e", - "notification.buttonForeground": "#d8dee9", - "notification.buttonHoverBackground": "#4c566a", - "notification.errorBackground": "#bf616a", - "notification.errorForeground": "#2e3440", - "notification.foreground": "#d8dee9", - "notification.infoBackground": "#88c0d0", - "notification.infoForeground": "#2e3440", - "notification.warningBackground": "#ebcb8b", - "notification.warningForeground": "#2e3440", - "notificationCenter.border": "#3b425200", "notificationCenterHeader.background": "#2e3440", "notificationCenterHeader.foreground": "#88c0d0", @@ -151,7 +136,6 @@ "notifications.border": "#2e3440", "notifications.foreground": "#d8dee9", "notificationToast.border": "#3b425200", - "panel.background": "#2e3440", "panel.border": "#3b4252", "panelTitle.activeBorder": "#88c0d000",