| 1 |
# Based on Catppuccin by Catppuccin Org — MIT License |
| 2 |
# https://github.com/catppuccin/catppuccin |
| 3 |
|
| 4 |
[meta] |
| 5 |
name = "Catppuccin Frappé" |
| 6 |
variant = "dark" |
| 7 |
|
| 8 |
[background] |
| 9 |
primary = "#303446" |
| 10 |
secondary = "#292c3c" |
| 11 |
tertiary = "#414559" |
| 12 |
surface = "#232634" |
| 13 |
|
| 14 |
[foreground] |
| 15 |
primary = "#c6d0f5" |
| 16 |
secondary = "#b5bfe2" |
| 17 |
muted = "#a5adce" |
| 18 |
|
| 19 |
[accent] |
| 20 |
red = "#e78284" |
| 21 |
green = "#a6d189" |
| 22 |
blue = "#8caaee" |
| 23 |
yellow = "#e5c890" |
| 24 |
purple = "#ca9ee6" |
| 25 |
cyan = "#81c8be" |
| 26 |
|
| 27 |
[border] |
| 28 |
default = "#626880" |
| 29 |
|