mirror of
https://github.com/gosticks/vscode-vibrancy-continued.git
synced 2025-10-16 12:05:38 +00:00
Update URLs, improve readme, no longer in preview
This commit is contained in:
parent
3e8f4844c3
commit
34a4b72a19
23
README.md
23
README.md
@ -1,12 +1,12 @@
|
||||
# Visual Studio Code Extension - Vibrancy Continued
|
||||
|
||||
> The original extension seems to have been abandoned, so this is my fork that will continue to be supported and receive community PRs.
|
||||
> The original extension has been deprecated, this version will continue to be supported and receive community updates.
|
||||
|
||||
> Windows 10 users may have a slight mouse lag when moving the window, [please read here for details](https://github.com/EYHN/vscode-vibrancy/discussions/80).
|
||||
|
||||
> For questions about installation and uninstallation, please read [FAQs](#FAQs).
|
||||
|
||||
Enable Acrylic/Glass effect for your VS Code.
|
||||
Enable Acrylic/Glass effect in VS Code.
|
||||
|
||||

|
||||
|
||||
@ -15,18 +15,19 @@ Enable Acrylic/Glass effect for your VS Code.
|
||||
|
||||

|
||||
|
||||
[](https://github.com/manualmanul/vscode-vibrancy-continued)
|
||||
[](https://github.com/manualmanul/vscode-vibrancy-continued)
|
||||
[](https://github.com/illixion/vscode-vibrancy-continued)
|
||||
[](https://github.com/illixion/vscode-vibrancy-continued)
|
||||
|
||||
Links: [Github](https://github.com/manualmanul/vscode-vibrancy-continued) | [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=illixion.vscode-vibrancy-continued) | [issues](https://github.com/manualmanul/vscode-vibrancy-continued/issues)
|
||||
Links: [GitHub](https://github.com/illixion/vscode-vibrancy-continued) | [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=illixion.vscode-vibrancy-continued) | [issues](https://github.com/illixion/vscode-vibrancy-continued/issues)
|
||||
|
||||
[中文教程 (Chinese README)](https://eyhn.in/vscode-vibrancy/)
|
||||
|
||||
## Warning
|
||||
|
||||
This extension works by editing VS Code's css file. So, a prompt will appear when installing `vscode-vibrancy-continued` for the first time or each time VS Code updates. You can click [never show again] to hide it.
|
||||
This extension works by editing VS Code's css file. So, a prompt will appear when installing `vscode-vibrancy-continued` and enabling it. Click on the cogwheel and select [never show again] to hide it.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
To fix the "[Unsupported]" warning on VS Code's title bar, please refer to this extension: [Fix VSCode Checksums](https://marketplace.visualstudio.com/items?itemName=lehni.vscode-fix-checksums).
|
||||
|
||||
@ -52,7 +53,7 @@ MacOS ✔
|
||||
|
||||
4. Restart.
|
||||
|
||||
Every time after Code is updated, please re-enable vibrancy.
|
||||
Every time after VS Code is updated, please re-enable Vibrancy.
|
||||
|
||||
## Options
|
||||
|
||||
@ -86,7 +87,7 @@ Select Vibrancy theme:
|
||||
| Dark (Only Subbar) |  |
|
||||
| Noir et blanc |  |
|
||||
|
||||
> You can contribute more themes for us! [see here](https://github.com/manualmanul/vscode-vibrancy-continued/tree/master/themes).
|
||||
> You can contribute more themes! [see here](https://github.com/illixion/vscode-vibrancy-continued/tree/master/themes).
|
||||
|
||||
#### vscode_vibrancy.imports
|
||||
|
||||
@ -98,9 +99,9 @@ EXAMPLE: `C:/Users/MyUserName/Documents/custom.css`
|
||||
|
||||
## FAQs
|
||||
|
||||
### How to uninstall?
|
||||
### How to uninstall Vibrancy?
|
||||
|
||||
Press F1 and Activate command "Disable Vibrancy", and Restart Visual Studio Code.
|
||||
Press F1 or ⌘+Shift+P and activate command "Disable Vibrancy", then restart Visual Studio Code.
|
||||
|
||||
### Effect doesn't work for terminal?
|
||||
|
||||
|
||||
BIN
images/logo.png
BIN
images/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 68 KiB |
@ -18,12 +18,12 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/manualmanul/vscode-vibrancy-continued"
|
||||
"url": "https://github.com/illixion/vscode-vibrancy-continued"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/manualmanul/vscode-vibrancy-continued/issues"
|
||||
"url": "https://github.com/illixion/vscode-vibrancy-continued/issues"
|
||||
},
|
||||
"preview": true,
|
||||
"preview": false,
|
||||
"icon": "images/logo.png",
|
||||
"galleryBanner": {
|
||||
"color": "#EEEEEE"
|
||||
|
||||
BIN
warnfix.png
Normal file
BIN
warnfix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
Loading…
Reference in New Issue
Block a user