| 1 |
# Based on Catppuccin by Catppuccin Org — MIT License |
| 2 |
# https://github.com/catppuccin/catppuccin |
| 3 |
|
| 4 |
[meta] |
| 5 |
name = "Catppuccin Latte" |
| 6 |
variant = "light" |
| 7 |
|
| 8 |
[background] |
| 9 |
primary = "#e6e9ef" |
| 10 |
secondary = "#dce0e8" |
| 11 |
tertiary = "#ccd0da" |
| 12 |
surface = "#eff1f5" |
| 13 |
|
| 14 |
[foreground] |
| 15 |
primary = "#4c4f69" |
| 16 |
secondary = "#5c5f77" |
| 17 |
muted = "#6c6f82" |
| 18 |
|
| 19 |
[accent] |
| 20 |
red = "#d20f39" |
| 21 |
green = "#40a02b" |
| 22 |
blue = "#1e66f5" |
| 23 |
yellow = "#df8e1d" |
| 24 |
purple = "#8839ef" |
| 25 |
cyan = "#04a5e5" |
| 26 |
|
| 27 |
[border] |
| 28 |
default = "#bcc0cc" |
| 29 |
|