Skip to content

Commit

Permalink
Merge pull request #6 from lutzroeder/master
Browse files Browse the repository at this point in the history
Adding more Spacegray theme colors for ocean.dark
  • Loading branch information
mihai-vlc authored May 21, 2017
2 parents edb63d8 + e151718 commit eee9602
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 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.1",
"version": "1.2.2",
"publisher": "ionutvmi",
"icon": "screenshots/eighties.png",
"repository": {
Expand Down
21 changes: 18 additions & 3 deletions themes/base16-ocean.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit eee9602

Please sign in to comment.