improved steam theme

This commit is contained in:
2024-07-12 10:07:28 +02:00
committed by Flo Greistorfer
parent ca5de9ae0c
commit 40259bbd6d
22 changed files with 50 additions and 39 deletions

View File

@@ -57,7 +57,7 @@
"-t",
"Pictures",
"--theme",
"themes/rainbow.css",
"themes/steam.css",
"--use-fancy-folders",
"--web-manifest",
"-n",
@@ -71,6 +71,16 @@
"request": "launch",
"type": "debugpy",
},
{
"args": [
"${workspaceFolder}/themes"
],
"console": "integratedTerminal",
"name": "Generate Themes previews",
"program": "${workspaceFolder}/themes/generate_preview.py",
"request": "launch",
"type": "debugpy",
}
],
},
"settings": {