MCPcopy
hub / github.com/TriliumNext/Trilium / ThemeDefinition

Interface ThemeDefinition

packages/codemirror/src/color_themes.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Extension } from '@codemirror/state';
2
3export interface ThemeDefinition {
4 id: string;
5 name: string;
6 load(): Promise<Extension>;
7}
8
9const themes: ThemeDefinition[] = [
10 {

Callers 3

openFunction · 0.65
setThemeMethod · 0.65
loadThemeFunction · 0.65

Implementers 1

Optionsapps/client/src/services/options.ts

Calls

no outgoing calls

Tested by

no test coverage detected