| 1 |
# Based on Catppuccin by Catppuccin Org — MIT License |
| 2 |
# https://github.com/catppuccin/catppuccin |
| 3 |
|
| 4 |
[meta] |
| 5 |
name = "Catppuccin Mocha" |
| 6 |
variant = "dark" |
| 7 |
|
| 8 |
[background] |
| 9 |
primary = "#181825" |
| 10 |
secondary = "#11111b" |
| 11 |
tertiary = "#313244" |
| 12 |
surface = "#1e1e2e" |
| 13 |
|
| 14 |
[foreground] |
| 15 |
primary = "#cdd6f4" |
| 16 |
secondary = "#bac2de" |
| 17 |
muted = "#9399b2" |
| 18 |
|
| 19 |
[accent] |
| 20 |
red = "#f38ba8" |
| 21 |
green = "#a6e3a1" |
| 22 |
blue = "#89b4fa" |
| 23 |
yellow = "#f9e2af" |
| 24 |
purple = "#cba6f7" |
| 25 |
cyan = "#89dceb" |
| 26 |
|
| 27 |
[border] |
| 28 |
default = "#45475a" |
| 29 |
|