Skip to content

Commit

Permalink
Update to V1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ENTPRESTIGIOUS committed Apr 2, 2022
1 parent 3c844b3 commit ecb6718
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

Version 1.1
- Fixed colors!

Version 1.2
- Fixed highlighting issue!
Binary file removed dark-white-theme-v1-1.1.1.vsix
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Dark White Theme V1",
"description": "Dark White Theme V1",
"publisher": "ELITE NOTORIOUS THE PRESTIGIOUS",
"version": "1.1.1",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/ENTPRESTIGIOUS/dark-white-theme-v1"
Expand All @@ -17,7 +17,7 @@
"contributes": {
"themes": [
{
"label": "Dark White Theme V1.1",
"label": "Dark White Theme V1.2",
"uiTheme": "vs-dark",
"path": "./themes/dark-white-theme-v1-1-color-theme.json"
}
Expand Down
4 changes: 2 additions & 2 deletions themes/dark-white-theme-v1-1-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1867,8 +1867,8 @@
"list.inactiveSelectionForeground": "#cccccc",
"list.hoverBackground": "#2a2d2e",
"list.hoverForeground": "#ffffff",
"list.activeSelectionBackground": "#ffffff",
"list.activeSelectionForeground": "#000000",
"list.activeSelectionBackground": "#940000",
"list.activeSelectionForeground": "#ffffff",
"tree.indentGuidesStroke": "#585858",
"list.dropBackground": "#383b3d",
"list.highlightForeground": "#ff0000",
Expand Down

0 comments on commit ecb6718

Please sign in to comment.