add color theme
This commit is contained in:
parent
c33ab48225
commit
ddb07a651e
6 changed files with 40 additions and 22 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue