mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
Update codemirror-themes and add new Cobalt2 theme
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user