Skip to content

Commit

Permalink
Merge pull request #7 from lutzroeder/master
Browse files Browse the repository at this point in the history
Add editorWidget and statusBar.debuggingBackground colors to ocean.dark
  • Loading branch information
mihai-vlc authored May 27, 2017
2 parents eee9602 + 39dedf6 commit b19d525
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "spacegray-vscode",
"displayName": "Spacegray VSCode",
"description": "Spacegray theme for visual studio code.",
"version": "1.2.2",
"version": "1.2.3",
"publisher": "ionutvmi",
"icon": "screenshots/eighties.png",
"repository": {
Expand Down
6 changes: 5 additions & 1 deletion themes/base16-ocean.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,14 +374,18 @@
"tab.inactiveBackground": "#1c1f26",
"statusBar.background": "#1c1f26",
"statusBar.foreground": "#4f5b66",
"statusBar.debuggingBackground": "#230000",
"titleBar.inactiveBackground": "#1c1f26",
"titleBar.activeBackground": "#1c1f26",
"list.activeSelectionBackground": "#343d46",
"list.inactiveSelectionBackground": "#343d46",
"list.focusBackground": "#343d46",
"list.hoverBackground": "#1c1f26",
"input.background": "#1c1f26",
"dropdown.background": "#1c1f26"
"dropdown.background": "#1c1f26",
"editorWidget.background": "#232830",
"editorHoverWidget.background": "#232830",
"editorHoverWidget.border": "#343d46"
},
"colorSpaceName": "sRGB",
"author": "Mihai Ionut Vilcu (http://github.com/ionutvmi)",
Expand Down

0 comments on commit b19d525

Please sign in to comment.