prune: remove theme in litenote config

This commit is contained in:
Julien Calixte
2025-02-11 22:21:32 +01:00
parent 4619fcf6da
commit 0f119d1f6a
3 changed files with 15 additions and 36 deletions

View File

@@ -4,6 +4,5 @@ import { Model } from '@/data/models/Model'
export interface UserSettings extends Model<DataType.UserSettings> {
fontFamily?: string
fontSize?: string
mode?: 'light' | 'dark'
backlink?: boolean
}