update metadata to include new materialyouaware flag

This commit is contained in:
Bit Borealis 2024-04-20 21:25:40 +00:00
parent 8d2ae5cb04
commit 522b8abd78

View file

@ -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
}
]
}
}