mirror of
https://github.com/Xevion/glance.git
synced 2025-12-07 16:07:18 -06:00
Initial commit
This commit is contained in:
65
docs/themes.md
Normal file
65
docs/themes.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# Themes
|
||||
|
||||
## Dark
|
||||
|
||||
### Teal City
|
||||

|
||||
```yaml
|
||||
theme:
|
||||
background-color: 225 14 15
|
||||
primary-color: 157 47 65
|
||||
contrast-multiplier: 1.1
|
||||
```
|
||||
|
||||
### Catppuccin
|
||||

|
||||
```yaml
|
||||
theme:
|
||||
background-color: 240 21 15
|
||||
contrast-multiplier: 1.2
|
||||
primary-color: 217 92 83
|
||||
positive-color: 115 54 76
|
||||
negative-color: 347 70 65
|
||||
```
|
||||
|
||||
### Camouflage
|
||||

|
||||
```yaml
|
||||
theme:
|
||||
background-color: 186 21 20
|
||||
contrast-multiplier: 1.2
|
||||
primary-color: 97 13 80
|
||||
```
|
||||
|
||||
### Tucan
|
||||

|
||||
```yaml
|
||||
theme:
|
||||
background-color: 50 1 6
|
||||
primary-color: 24 97 58
|
||||
negative-color: 209 88 54
|
||||
```
|
||||
|
||||
## Light
|
||||
|
||||
### Peachy
|
||||

|
||||
```yaml
|
||||
theme:
|
||||
light: true
|
||||
background-color: 28 40 77
|
||||
primary-color: 155 100 20
|
||||
negative-color: 0 100 60
|
||||
contrast-multiplier: 1.1
|
||||
text-saturation-multiplier: 0.5
|
||||
```
|
||||
|
||||
### Zebra
|
||||

|
||||
```yaml
|
||||
theme:
|
||||
light: true
|
||||
background-color: 0 0 95
|
||||
primary-color: 0 0 10
|
||||
negative-color: 0 90 50
|
||||
```
|
||||
Reference in New Issue
Block a user