1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Add script to replace themes in goth - also fix paths on tools scripts

This commit is contained in:
Mgldvd
2023-02-27 12:43:11 -05:00
parent a00b6ca9fa
commit a8ef68e2a5
4 changed files with 39 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import json
import yaml
import hashlib
source_path = "./themes-yml"
source_path = "./themes"
dest_path = "./data/themes.json"
themes = []