add color theme

This commit is contained in:
Yusur 2025-10-18 11:28:20 +02:00
parent c33ab48225
commit ddb07a651e
6 changed files with 40 additions and 22 deletions

View file

@ -39,7 +39,8 @@ export type ServerHealth = {
post_count: number,
user_count: number,
me: string | null,
csrf_token?: string
csrf_token?: string,
color_theme?: number
};