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

Add new action to generate themes

This commit is contained in:
Mgldvd
2023-02-26 18:55:53 -05:00
parent 0e15f9930a
commit f8c76aeba7
4 changed files with 53 additions and 18 deletions

View File

@@ -3,8 +3,8 @@ import json
import yaml
import hashlib
source_path = "../themes-yml"
dest_path = "../data/themes.json"
source_path = "./themes-yml"
dest_path = "./data/themes.json"
themes = []
os.remove(dest_path)

View File

@@ -5,8 +5,8 @@ import re
import subprocess
import yaml
folder_path = "../themes-yml"
dest_path = '../themes'
folder_path = "./themes-yml"
dest_path = './themes'
themes = []
# List files and directories in the folder