From 50204b72efeba47f9831ac959164c7bed5a8981f Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 14 Feb 2026 01:02:07 +0100 Subject: [PATCH] feat: add theme and fonts to lexicon --- lexicons/space/litenote/note.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lexicons/space/litenote/note.json b/lexicons/space/litenote/note.json index 70a821e..2e2b819 100644 --- a/lexicons/space/litenote/note.json +++ b/lexicons/space/litenote/note.json @@ -32,6 +32,20 @@ "createdAt": { "type": "string", "format": "datetime" + }, + "fontFamily": { + "type": "string", + "description": "Font family name available from Coollabs.", + "maxLength": 200 + }, + "fontSize": { + "type": "integer", + "description": "Font size in points. Recommended range: 9–21, but clients may allow larger sizes for accessibility." + }, + "theme": { + "type": "string", + "description": "Display theme for the note.", + "knownValues": ["light", "dark"] } } }