From 522b8abd78815e67dc5340cb74e0e6c2cc96f6d6 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Sat, 20 Apr 2024 21:25:40 +0000 Subject: [PATCH] update metadata to include new materialyouaware flag --- src/extension.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 +}