mirror of
https://github.com/zadam/trilium.git
synced 2026-03-22 08:13:46 +01:00
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:
parent
c41b649bff
commit
61393bca90
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user