Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
type
{ Extension } from
'@codemirror/state'
;
2
3
export
interface
ThemeDefinition {
4
id: string;
5
name: string;
6
load(): Promise<Extension>;
7
}
8
9
const
themes: ThemeDefinition[] = [
10
{
Callers
3
open
Function · 0.65
setTheme
Method · 0.65
loadTheme
Function · 0.65
Implementers
1
Options
apps/client/src/services/options.ts
Calls
no outgoing calls
Tested by
no test coverage detected