Fix: in the json file cursorColor now is cursor

This commit is contained in:
Mgldvd 2023-02-27 13:03:49 -05:00
parent 2fee9bcf0f
commit d88c1e3abd
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"],
"color": data["cursor"],
"cursor": data["cursor"],
"hash": hash_hex
})
themes.append(theme)