Skip to content

Commit

Permalink
better tab navigation management
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-sys committed Mar 28, 2022
1 parent 48b23d6 commit b445821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p align="center">
<a>
<img alt="Version" src="https://img.shields.io/badge/version-v0.0.4-blue" />
<img alt="Version" src="https://img.shields.io/badge/version-v0.0.5-blue" />
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Purple based theme for VS Code",
"publisher": "Keith-sys",
"icon": "images/logo.png",
"version": "0.0.4",
"version": "0.0.5",
"engines": {
"vscode": "^1.64.0"
},
Expand Down
4 changes: 2 additions & 2 deletions themes/Purple Cloud Theme-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"tab.border": "#000000dd",
"tab.activeBorder": "#00000000",
"tab.unfocusedActiveBorder": "#00000000",
"tab.activeBorderTop": "#00000000",
"tab.activeBorderTop": "#881798",
"tab.unfocusedActiveBorderTop": "#00000000",
"tab.inactiveBackground": "#151921",
"tab.inactiveForeground": "#f4f6f8c4",
Expand Down Expand Up @@ -566,7 +566,7 @@
"variable.other.class.js"
],
"settings": {
"foreground": "#FF5370"
"foreground": "#ff5353"
}
},
{
Expand Down

0 comments on commit b445821

Please sign in to comment.