From faf61e578267b3a5e2f5e5e74e6ae238b19bd76a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 4 Feb 2021 20:48:00 +0100 Subject: settings page WIP --- api/api.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'api') diff --git a/api/api.ts b/api/api.ts index b8a92e3..4ba44e7 100644 --- a/api/api.ts +++ b/api/api.ts @@ -16,10 +16,17 @@ export type ruleset = { shared: boolean; }, ranked: boolean; -}; +} + +export type userColors = { + diskA: string; + diskB: string; + background: string; +} export interface userPreferences { darkMode?: boolean; ruleset?: ruleset; + userColors?: userColors; } -- cgit v1.2.3