Skip to content

Coalition Builder Frontend Components v0.1.0


Coalition Builder Frontend Components / types / Theme

Interface: Theme

Defined in: shared/types/api.ts:133

Properties

id

id: number

Defined in: shared/types/api.ts:134


name

name: string

Defined in: shared/types/api.ts:135


description?

optional description: string

Defined in: shared/types/api.ts:136


primary_color

primary_color: string

Defined in: shared/types/api.ts:139


secondary_color

secondary_color: string

Defined in: shared/types/api.ts:140


accent_color

accent_color: string

Defined in: shared/types/api.ts:141


background_color

background_color: string

Defined in: shared/types/api.ts:144


section_background_color

section_background_color: string

Defined in: shared/types/api.ts:145


card_background_color

card_background_color: string

Defined in: shared/types/api.ts:146


heading_color

heading_color: string

Defined in: shared/types/api.ts:149


body_text_color

body_text_color: string

Defined in: shared/types/api.ts:150


muted_text_color

muted_text_color: string

Defined in: shared/types/api.ts:151


link_color: string

Defined in: shared/types/api.ts:152


link_hover_color: string

Defined in: shared/types/api.ts:153


heading_font_family

heading_font_family: string

Defined in: shared/types/api.ts:156


body_font_family

body_font_family: string

Defined in: shared/types/api.ts:157


google_fonts

google_fonts: string[]

Defined in: shared/types/api.ts:158


font_size_base

font_size_base: number

Defined in: shared/types/api.ts:159


font_size_small

font_size_small: number

Defined in: shared/types/api.ts:160


font_size_large

font_size_large: number

Defined in: shared/types/api.ts:161


logo_url?

optional logo_url: string

Defined in: shared/types/api.ts:164


logo_alt_text?

optional logo_alt_text: string

Defined in: shared/types/api.ts:165


favicon_url?

optional favicon_url: string

Defined in: shared/types/api.ts:166


custom_css?

optional custom_css: string

Defined in: shared/types/api.ts:169


is_active

is_active: boolean

Defined in: shared/types/api.ts:172


created_at

created_at: string

Defined in: shared/types/api.ts:173


updated_at

updated_at: string

Defined in: shared/types/api.ts:174