masterplan-optimizer-frontend / Theme
Interface: Theme¶
Defined in: src/contexts/ThemeContext.tsx:16
Active theme returned by the local theme API.
Properties¶
created_at¶
created_at:
string
Defined in: src/contexts/ThemeContext.tsx:28
dark_mode¶
dark_mode:
DarkModePreference
Defined in: src/contexts/ThemeContext.tsx:27
error_color¶
error_color:
string
Defined in: src/contexts/ThemeContext.tsx:25
id¶
id:
number
Defined in: src/contexts/ThemeContext.tsx:17
info_color¶
info_color:
string
Defined in: src/contexts/ThemeContext.tsx:26
is_active¶
is_active:
boolean
Defined in: src/contexts/ThemeContext.tsx:19
name¶
name:
string
Defined in: src/contexts/ThemeContext.tsx:18
primary_color_1¶
primary_color_1:
string
Defined in: src/contexts/ThemeContext.tsx:20
primary_color_2¶
primary_color_2:
string|null
Defined in: src/contexts/ThemeContext.tsx:21
primary_color_3¶
primary_color_3:
string|null
Defined in: src/contexts/ThemeContext.tsx:22
success_color¶
success_color:
string
Defined in: src/contexts/ThemeContext.tsx:23
updated_at¶
updated_at:
string|null
Defined in: src/contexts/ThemeContext.tsx:29
warning_color¶
warning_color:
string
Defined in: src/contexts/ThemeContext.tsx:24