fix(editor): catppuccin theme declared following alphabetical order based by id

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Giulia Ye 2026-03-14 16:03:03 +01:00 committed by GitHub
parent c41b649bff
commit 61393bca90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,16 +37,16 @@ const themes: ThemeDefinition[] = [
name: "Basic Light",
load: async () => (await import("@fsegurai/codemirror-theme-basic-light")).basicLight
},
{
id: "catppuccin-latte",
name: "Catppuccin Latte",
load: async () => (await import("@catppuccin/codemirror")).catppuccinLatte
},
{
id: "catppuccin-frappe",
name: "Catppuccin Frappé",
load: async () => (await import("@catppuccin/codemirror")).catppuccinFrappe
},
{
id: "catppuccin-latte",
name: "Catppuccin Latte",
load: async () => (await import("@catppuccin/codemirror")).catppuccinLatte
},
{
id: "catppuccin-macchiato",
name: "Catppuccin Macchiato",