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:
parent
2fee9bcf0f
commit
d88c1e3abd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user