in the json file cursorColor now is cursor

This commit is contained in:
Mgldvd 2023-02-27 13:02:01 -05:00
parent 69e97cfbd7
commit 2fee9bcf0f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ for filename in os.listdir(source_path):
"name": data["name"],
"foreground": data["foreground"],
"background": data["background"],
"cursorColor": data["cursor"],
"color": data["cursor"],
"hash": hash_hex
})
themes.append(theme)