Inspired by the catppuccin themes, which is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. I wanted to bring catppuccin to the homer dashboard.
Pick your flavour
🌻 Latte
To use the latte theme you will need to change the default theme to light
like
so:
defaults:
colorTheme: light # One of 'auto', 'light', or 'dark'
🪴 Frappé
🌺 Macchiato
🌿 Mocha
- Copy the file of your chosen flavour from
flavours
over towww/assets/...
- Copy
romb.png
towww/assets/images/romb.png
. - Put these lines into
www/assets/config.yml
and save the file:
stylesheet:
- 'assets/catppuccin-macchiato.css'
For the header logo you can choose either from dark_circle.png
for use in the
frappe, macchiato and mocha themes. Or if you prefer a light them you can pick
the light_circle.png
for the latte theme. All that you need to do is edit this
line in your config.yml
logo: '<location of img>' # example: assets/logo/dark_circle.png
I have also included a .zip
file of required Favicons for light or dark
themes. These are located in /favicons
. Unzip this file and
place the extracted contents into www/assets/icons
Copyright © 2021-present Catppuccin Org