diff --git a/src/extension.json b/src/extension.json index 9f91934..cbfde87 100644 --- a/src/extension.json +++ b/src/extension.json @@ -1,12 +1,12 @@ { "$": "ime.extension.theme", "meta": { - "id": "local.themes.1711676380917", + "id": "bit.borealis.hexa", "version": "0.1.0", "title": "Hexa You", "description": "Sleek Material You theme", "maintainers": [ - "theotheroracle" + "theotheroracle@disroot.org" ], "license": "MIT" }, @@ -15,18 +15,20 @@ "id": "hexa_you_dark", "label": "Hexa You Dark", "authors": [ - "hive" + "theotheroracle@disroot.org" ], - "isBorderless": true + "isBorderless": true, + "isMaterialYouAware": true }, { "id": "hexa_you_light", "label": "Hexa You Light", "authors": [ - "hive" + "theotheroracle@disroot.org" ], "isNight": false, - "isBorderless": true + "isBorderless": true, + "isMaterialYouAware": true } ] -} \ No newline at end of file +}