Add Foliage theme and make it new default

Moment should have a different default theme than Mirage to make it more
visible that it's not the same software.
This commit is contained in:
Maze
2022-01-14 21:50:23 +01:00
parent 9752a2accb
commit 106e963573
5 changed files with 570 additions and 8 deletions

View File

@@ -4,14 +4,14 @@ A default theme from this repository can be copied to use as a base and edit,
for example:
```sh
cp mirage/src/themes/Midnight.qpl \
cp mirage/src/themes/Foliage.qpl \
"${XDG_DATA_HOME:-$HOME/.local/share}/mirage/themes/MyTheme.qpl"
```
Or for Flatpak users:
```sh
cp mirage/src/themes/Midnight.qpl \
cp mirage/src/themes/Foliage.qpl \
~/.var/app/io.github.mirukana.mirage/data/mirage/themes/MyTheme.qpl
```