mirror of
https://github.com/glanceapp/glance.git
synced 2025-01-25 07:40:28 +01:00
Merge branch 'main' into release/v0.4.0
This commit is contained in:
commit
c8ef47064a
BIN
docs/images/themes/catppuccin-frappe.png
Normal file
BIN
docs/images/themes/catppuccin-frappe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 365 KiB |
BIN
docs/images/themes/catppuccin-latte.png
Normal file
BIN
docs/images/themes/catppuccin-latte.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 366 KiB |
BIN
docs/images/themes/catppuccin-macchiato.png
Normal file
BIN
docs/images/themes/catppuccin-macchiato.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 368 KiB |
Before Width: | Height: | Size: 341 KiB After Width: | Height: | Size: 341 KiB |
@ -11,8 +11,30 @@ theme:
|
|||||||
contrast-multiplier: 1.1
|
contrast-multiplier: 1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Catppuccin
|
### Catppuccin Frappe
|
||||||
![screenshot](images/themes/catppuccin.png)
|
![screenshot](images/themes/catppuccin-frappe.png)
|
||||||
|
```yaml
|
||||||
|
theme:
|
||||||
|
background-color: 229 19 23
|
||||||
|
contrast-multiplier: 1.2
|
||||||
|
primary-color: 222 74 74
|
||||||
|
positive-color: 96 44 68
|
||||||
|
negative-color: 359 68 71
|
||||||
|
```
|
||||||
|
|
||||||
|
### Catppuccin Macchiato
|
||||||
|
![screenshot](images/themes/catppuccin-macchiato.png)
|
||||||
|
```yaml
|
||||||
|
theme:
|
||||||
|
background-color: 232 23 18
|
||||||
|
contrast-multiplier: 1.2
|
||||||
|
primary-color: 220 83 75
|
||||||
|
positive-color: 105 48 72
|
||||||
|
negative-color: 351 74 73
|
||||||
|
```
|
||||||
|
|
||||||
|
### Catppuccin Mocha
|
||||||
|
![screenshot](images/themes/catppuccin-mocha.png)
|
||||||
```yaml
|
```yaml
|
||||||
theme:
|
theme:
|
||||||
background-color: 240 21 15
|
background-color: 240 21 15
|
||||||
@ -42,6 +64,18 @@ theme:
|
|||||||
|
|
||||||
## Light
|
## Light
|
||||||
|
|
||||||
|
### Catppuccin Latte
|
||||||
|
![screenshot](images/themes/catppuccin-latte.png)
|
||||||
|
```yaml
|
||||||
|
theme:
|
||||||
|
light: true
|
||||||
|
background-color: 220 23 95
|
||||||
|
contrast-multiplier: 1.0
|
||||||
|
primary-color: 220 91 54
|
||||||
|
positive-color: 109 58 40
|
||||||
|
negative-color: 347 87 44
|
||||||
|
```
|
||||||
|
|
||||||
### Peachy
|
### Peachy
|
||||||
![screenshot](images/themes/peachy.png)
|
![screenshot](images/themes/peachy.png)
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user