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

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

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)