Merge branch 'glanceapp:main' into feature/404-page

This commit is contained in:
Yacine Kanzari 2024-07-14 12:18:57 +02:00 committed by GitHub
commit b1d548c42b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 1 deletions

View File

@ -40,7 +40,6 @@ pages:
columns:
- size: small
widgets:
- type: clock
- type: calendar
- type: rss

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 KiB

View File

@ -53,6 +53,16 @@ theme:
primary-color: 97 13 80
```
### Kanagawa Dark
![screenshot](images/themes/kanagawa-dark.png)
```yaml
theme:
background-color: 240 13 14
primary-color: 51 33 68
negative-color: 358 100 68
contrast-multiplier: 1.2
```
### Tucan
![screenshot](images/themes/tucan.png)
```yaml