diff --git a/package.json b/package.json index 250f419..269a4ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "spacegray-vscode", "displayName": "Spacegray VSCode", "description": "Spacegray theme for visual studio code.", - "version": "1.2.1", + "version": "1.2.2", "publisher": "ionutvmi", "icon": "screenshots/eighties.png", "repository": { diff --git a/themes/base16-ocean.dark.json b/themes/base16-ocean.dark.json index 316b2bc..e62fa4c 100644 --- a/themes/base16-ocean.dark.json +++ b/themes/base16-ocean.dark.json @@ -364,9 +364,24 @@ "editor.foreground": "#c0c5ce", "editorWhitespace.foreground": "#65737e", "editorIndentGuide.background": "#3b5364", - "sideBar.background": "#252a35", - "activityBar.background": "#2b303b" - + "sideBar.background": "#232830", + "activityBar.background": "#1c1f26", + "sideBarSectionHeader.background": "#1c1f26", + "editorGroupHeader.tabsBackground": "#1c1f26", + "editorGroup.dropBackground": "#1c1f26", + "tab.border": "#1c1f26", + "tab.inactiveForeground": "#65737f", + "tab.inactiveBackground": "#1c1f26", + "statusBar.background": "#1c1f26", + "statusBar.foreground": "#4f5b66", + "titleBar.inactiveBackground": "#1c1f26", + "titleBar.activeBackground": "#1c1f26", + "list.activeSelectionBackground": "#343d46", + "list.inactiveSelectionBackground": "#343d46", + "list.focusBackground": "#343d46", + "list.hoverBackground": "#1c1f26", + "input.background": "#1c1f26", + "dropdown.background": "#1c1f26" }, "colorSpaceName": "sRGB", "author": "Mihai Ionut Vilcu (http://github.com/ionutvmi)",