initial commit

This commit is contained in:
Bit Borealis 2024-04-20 21:21:16 +00:00
commit 8d2ae5cb04
5 changed files with 39 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
out

4
build.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p out
zip out/hexa.flex -r src/*

32
src/extension.json Normal file
View File

@ -0,0 +1,32 @@
{
"$": "ime.extension.theme",
"meta": {
"id": "local.themes.1711676380917",
"version": "0.1.0",
"title": "Hexa You",
"description": "Sleek Material You theme",
"maintainers": [
"theotheroracle"
],
"license": "MIT"
},
"themes": [
{
"id": "hexa_you_dark",
"label": "Hexa You Dark",
"authors": [
"hive"
],
"isBorderless": true
},
{
"id": "hexa_you_light",
"label": "Hexa You Light",
"authors": [
"hive"
],
"isNight": false,
"isBorderless": true
}
]
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long