summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-10-15 12:21:27 -0700
committerDessalines <tyhou13@gmx.com>2019-10-15 12:21:27 -0700
commitc0821fcaa501ef717e9fd58dac8a1203b9553bfa (patch)
tree0e06de5cfcb14b730ec154caeaa7cab3c07fa051 /ui/src/interfaces.ts
parent37d4f84787e6325742e9486ee87647172dcced83 (diff)
Adding 8 different themes.
- Fixes #276
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index b9ccf303..ab40d16a 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -23,6 +23,7 @@ export interface User {
iss: string;
username: string;
show_nsfw: boolean;
+ theme: string;
}
export interface UserView {
@@ -381,6 +382,7 @@ export interface LoginResponse {
export interface UserSettingsForm {
show_nsfw: boolean;
+ theme: string;
auth: string;
}