update metadata to include new materialyouaware flag
This commit is contained in:
parent
8d2ae5cb04
commit
522b8abd78
1 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue