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.
I have included the standard docker compose file under the new docker
directory. You will need to map this to the assets
folder in the volume. When running the docker image like so:
volumes:
- <your-path>/docker:/www/assets
When running this will produce the needed files including the config.yaml
this is where you can add the stylesheet:
.
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/...
- 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