Update codemirror-themes and add new Cobalt2 theme

This commit is contained in:
hulmgulm
2025-08-12 07:09:14 +02:00
parent 15705553c7
commit 203ebb0e7a
3 changed files with 180 additions and 174 deletions

View File

@@ -37,6 +37,11 @@ const themes: ThemeDefinition[] = [
name: "Basic Light",
load: async () => (await import("@fsegurai/codemirror-theme-basic-light")).basicLight
},
{
id: "cobalt2",
name: "Cobalt2",
load: async () => (await import("@fsegurai/codemirror-theme-cobalt2")).cobalt2
},
{
id: "forest",
name: "Forest",