diff --git a/docs/themes.md b/docs/themes.md index a943f88..95539ea 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -11,8 +11,30 @@ theme: contrast-multiplier: 1.1 ``` -### Catppuccin - +### Catppuccin Frappe + +```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 + +```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 + ```yaml theme: background-color: 240 21 15 @@ -42,6 +64,18 @@ theme: ## Light +### Catppuccin Latte + +```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  ```yaml