Skip to content

Coalition Builder Frontend Components v0.1.0


Coalition Builder Frontend Components / contexts/ThemeContext / useThemeColors

Function: useThemeColors()

useThemeColors(): object

Defined in: frontend/src/contexts/ThemeContext.tsx:237

Returns

object

primary

primary: string = '#2563eb'

secondary

secondary: string = '#64748b'

accent

accent: string = '#059669'

background

background: string = '#ffffff'

sectionBackground

sectionBackground: string = '#f9fafb'

cardBackground

cardBackground: string = '#ffffff'

heading

heading: string = '#111827'

bodyText

bodyText: string = '#374151'

mutedText

mutedText: string = '#6b7280'

link: string = '#2563eb'

linkHover

linkHover: string = '#1d4ed8'