mirror of
https://github.com/gosticks/vscode-vibrancy-continued.git
synced 2025-10-16 12:05:38 +00:00
Add opacity input validation and update description
This commit is contained in:
parent
7abd2d0be6
commit
4cf02e3ca5
@ -89,7 +89,9 @@
|
||||
"vscode_vibrancy.opacity": {
|
||||
"description": "%configuration.opacity.description%",
|
||||
"type": "number",
|
||||
"default": "-1"
|
||||
"default": "-1",
|
||||
"minimum": "-1",
|
||||
"maximum": "1"
|
||||
},
|
||||
"vscode_vibrancy.theme": {
|
||||
"description": "%configuration.theme.description%",
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
"configuration.type.sidebar.description": "(MacOS only)",
|
||||
"configuration.type.medium-light.description": "(MacOS only)",
|
||||
"configuration.type.ultra-dark.description": "(MacOS only)",
|
||||
"configuration.opacity.description": "Opacity of Vibrancy Effect.",
|
||||
"configuration.opacity.description": "Opacity of Vibrancy Effect. -1 is theme default.",
|
||||
"configuration.theme.description": "Select Vibrancy theme.",
|
||||
"configuration.imports.description": "Import CSS/JS files, as file paths.",
|
||||
"configuration.refreshInterval.description": "Refresh interval (in milliseconds) for making the background transparent after window resizing. Lower values make the update less visible at the cost of increased CPU utilization.",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user