Skip to content

Commit

Permalink
Fixed selection in quick actions for hypercolor, closes #14
Browse files Browse the repository at this point in the history
Add icon for marketplace, closes #4
Add indent guide colors for classic, closes #11
Fixup some fields in package.json
  • Loading branch information
theacodes committed Sep 1, 2021
1 parent 498c18b commit 5dc744f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Witch Hazel-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"editorWhitespace.foreground": "#A8757B",
"editor.lineHighlightBackground": "#716799",
"editor.selectionBackground": "#8077A8",
"editorIndentGuide.background": "#716799",
"editorIndentGuide.activeBackground": "#C8F8FF",
"editor.findMatchBackground": "#a37c8a",
"editor.findMatchHighlightBackground": "#7f5c68",
"editor.findRangeHighlightBackground": "#6c677c",
Expand Down
5 changes: 3 additions & 2 deletions Witch Hazel-hypercolor-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
"list.inactiveFocusBackground": "#634E89",
"list.inactiveSelectionBackground": "#433E56",
"list.invalidItemForeground": "#ff0000",
"pickerGroup.foreground": "#DCC8FF",
"quickInput.background": "#634E89",
"pickerGroup.foreground": "#81EEFF",
"quickInput.background": "#8864CB",
"quickInputList.focusBackground": "#131218",
"editorOverviewRuler.background": "#131218",
"scrollbar.shadow": "#131218",
"scrollbarSlider.activeBackground": "#AE81FF",
Expand Down
Binary file added images/witch-hazel-circle-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
{
"name": "witch-hazel",
"repository": "https://github.com/theacodes/witchhazel",
"repository": {
"type": "git",
"url": "https://github.com/theacodes/witchhazel"
},
"displayName": "Witch Hazel",
"description": "A dark and feminine color scheme",
"version": "2021.7.14",
"version": "2021.8.31",
"publisher": "TheaFlowers",
"icon": "images/witch-hazel-circle-icon.png",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/theacodes/witchhazel/blob/main/README.md",
"bugs": {
"url": "https://github.com/theacodes/witchhazel/issues"
},
"badges": [
{
"url": "https://flat.badgen.net/badge/sponsor/%E2%9D%A4/purple?icon=github",
"href": "https://github.com/sponsors/theacodes",
"description": "Sponsor me on GitHub!"
}
],
"qna": false,
"engines": {
"vscode": "^1.26.0"
},
Expand Down

0 comments on commit 5dc744f

Please sign in to comment.