Compare commits

...

6 commits
0.1.0 ... main

2 changed files with 16 additions and 3 deletions

View file

@ -1,7 +1,17 @@
# Hexa You Theme
a sleek borderless you aware theme i made for florisboard
A sleek borderless Material You aware theme I made for florisboard !
# Screenshots
![](https://sfo3.digitaloceanspaces.com/solarpunk/media_attachments/files/112/305/780/379/331/092/original/3cefd2d0ffe8d8ab.png)
![](https://sfo3.digitaloceanspaces.com/solarpunk/media_attachments/files/112/305/780/582/812/928/small/1463946662222ea8.png)
( Remember the colours are based on your phone's theme ! )
# Releases
There are published builds for release versions, or build the latest yourself !
# Building
run './build.sh' then copy out/hexa.flex to your android device and install through floris ,
Run `./build.sh` then copy out/hexa.flex to your android device and install through floris !

View file

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