Skip to content

Commit

Permalink
vscode: theme parts of the editor more (#3)
Browse files Browse the repository at this point in the history
* vscode: theme parts of the editor more

This needs some looking over on colors and making sure colors mesh well.

Copied over from my fairyfloss vscode port and added a few more things.

* Switch Badges and buttons to the light blue color
  • Loading branch information
nopjmp authored and theacodes committed Jul 30, 2019
1 parent 29014fb commit 8906a43
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions Witch Hazel-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,69 @@
"editorWhitespace.foreground": "#A8757B",
"editor.lineHighlightBackground": "#716799",
"editor.selectionBackground": "#8077A8",
"editor.findMatchBackground": "#a37c8a",
"editor.findMatchHighlightBackground": "#7f5c68",
"editor.findRangeHighlightBackground": "#6c677c",
"editorWidget.background": "#3c374d",
"editorWidget.resizeBorder": "#48425c",
"editorSuggestWidget.background": "#3c374d",
"editorSuggestWidget.border": "#48425c",
"editorSuggestWidget.foreground": "#F8F8F0",
"editorSuggestWidget.highlightForeground": "#ffb8d1",
"editorSuggestWidget.selectedBackground": "#8077A8",
"debugToolBar.background": "#3c374d",
"selection.background": "#c6c4cc",
"sideBar.background": "#3c374d",
"sideBar.dropBackground": "#464258",
"sideBar.foreground": "#F8F8F2",
"sideBarSectionHeader.background": "#48425c",
"sideBarSectionHeader.foreground": "#F8F8F2",
"activityBar.background": "#353144",
"tab.inactiveBackground": "#464258",
"tab.inactiveForeground": "#F8F8F2",
"tab.border": "#464258",
"editorGroupHeader.noTabsBackground": "#3c374d",
"editorGroup.border": "#464258",
"editorGroupHeader.tabsBackground": "#3c374d",
"list.activeSelectionBackground": "#716799",
"list.activeSelectionForeground": "#F8F8F2",
"list.inactiveSelectionBackground": "#716799",
"list.inactiveSelectionForeground": "#F8F8F2",
"list.hoverBackground": "#555166",
"list.hoverForeground": "#F8F8F2",
"list.focusBackground": "#686477",
"list.focusForeground": "#F8F8F2",
"list.inactiveFocusBackground": "#7D7796",
"list.dropBackground": "#7D7796",
"statusBar.background": "#716799",
"statusBar.foreground": "#F8F8F2",
"statusBar.debuggingBackground": "#F97777",
"statusBar.debuggingForeground": "#F8F8F2",
"statusBar.noFolderBackground": "#716799",
"statusBar.noFolderForeground": "#F8F8F2",
"button.background": "#2cb5cc",
"button.foreground": "#F8F8F2",
"input.background": "#353144",
"input.foreground": "#F8F8F2",
"dropdown.background": "#464258",
"dropdown.foreground": "#F8F8F2",
"focusBorder": "#8077A8",
"badge.background": "#31cae3",
"badge.foreground": "#F8F8F2",
"activityBarBadge.background": "#31cae3",
"activityBarBadge.foreground": "#F8F8F2",
"errorForeground": "#F8F8F2",
"notificationCenterHeader.background": "#464258",
"notificationCenterHeader.foreground": "#F8F8F2",
"notifications.background": "#464258",
"notifications.foreground": "#F8F8F2",
"textLink.activeForeground": "#DBA6BA",
"textLink.foreground": "#C990A5",
"editorLink.activeForeground": "#C990A5",
"titleBar.activeBackground": "#464258",
"titleBar.activeForeground": "#F8F8F2",
"titleBar.inactiveBackground": "#3a3553",
"titleBar.inactiveForeground": "#b9b9b9"
},
"name": "Witch Hazel"
}

0 comments on commit 8906a43

Please sign in to comment.