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

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

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)