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

@@ -26,13 +26,14 @@ class General:
tooltips_delay: float = 0.7
# Application theme to use.
# Can be the name of a built-in theme (Mirage.qpl or Glass.qpl), or
# the name (including extension) of a file in the user theme folder, which
# is "$XDG_DATA_HOME/mirage/themes" if that environment variable is set,
# Can be the name of a built-in theme (Foliage.qpl, Midnight.qpl or
# Glass.qpl), or the name (including extension) of a file in the user theme
# folder, which is "$XDG_DATA_HOME/moment/themes" if that environment
# variable is set,
# else "~/.local/share/moment/themes".
# For Flatpak, it is
# "~/.var/app/io.github.mirukana.mirage/data/mirage/themes".
theme: str = "Midnight.qpl"
theme: str = "Foliage.qpl"
# Interface scale multiplier, e.g. 0.5 makes everything half-size.
zoom: float = 1.0