Add Catppuccin Themes to custom theme catalog (#6857)

* Add Catppuccin Themes to theme catalog

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Noah
2026-02-06 11:07:45 -05:00
committed by GitHub
parent 738a8cda7c
commit 650521f05b
2 changed files with 26 additions and 0 deletions

View File

@@ -50,5 +50,25 @@
"#99ffff",
"hsl(0, 0%, 35%)"
]
},
{
"name": "Catppuccin Latte",
"repo": "noahjalex/catppuccin-latte-actual",
"colors": ["#eff1f5", "#dce0e8", "#ccd0da", "#8839ef", "#1e66f5", "#4c4f69"]
},
{
"name": "Catppuccin Frappé",
"repo": "noahjalex/catppuccin-frappe-actual",
"colors": ["#303446", "#232634", "#414559", "#ca9ee6", "#8caaee", "#c6d0f5"]
},
{
"name": "Catppuccin Macchiato",
"repo": "noahjalex/catppuccin-macchiato-actual",
"colors": ["#24273a", "#181926", "#363a4f", "#c6a0f6", "#8aadf4", "#cad3f5"]
},
{
"name": "Catppuccin Mocha",
"repo": "noahjalex/catppuccin-mocha-actual",
"colors": ["#1e1e2e", "#11111b", "#313244", "#cba6f7", "#89b4fa", "#cdd6f4"]
}
]