feat(server): define code note theme option

This commit is contained in:
Elian Doran
2025-05-11 20:52:26 +03:00
parent 224b7f4826
commit 92dcfb3304
3 changed files with 14 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
// Appearance
splitEditorOrientation: "horziontal" | "vertical";
codeNoteTheme: string;
initialized: boolean;
isPasswordSet: boolean;