diff --git a/extensions/theme-solarized-dark/package.json b/extensions/theme-solarized-dark/package.json index 55e2a747ac3..3d8f91a8dc4 100644 --- a/extensions/theme-solarized-dark/package.json +++ b/extensions/theme-solarized-dark/package.json @@ -8,7 +8,7 @@ { "label": "Solarized Dark", "uiTheme": "vs-dark", - "path": "./themes/Solarized-dark.json" + "path": "./themes/solarized-dark-color-theme.json" } ] } diff --git a/extensions/theme-solarized-dark/themes/Solarized-dark.json b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json similarity index 96% rename from extensions/theme-solarized-dark/themes/Solarized-dark.json rename to extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json index 424906da645..fef7afdc4df 100644 --- a/extensions/theme-solarized-dark/themes/Solarized-dark.json +++ b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json @@ -323,6 +323,11 @@ "inactiveTabInactiveGroupForeground": "#93A1A1", "debugToolBarBackground": "#00212B", "selectBackground": "#00212B", - "selectBorder": "#2AA19899" + "selectBorder": "#2AA19899", + + "editorPeekResultsBackground": "#00212B", + "editorPeekTitleBackground": "#00212B", + "editorPeekReferenceHighlight": "#7744AA40", + "editorHoverBackground": "#004052" } } \ No newline at end of file