Skip to main content

lightTheme

Stock Screening Platform - Frontend API v0.1.0


Stock Screening Platform - Frontend API / config/theme / lightTheme

Variable: lightTheme

const lightTheme: object

Defined in: src/config/theme.ts:223

Light Theme Configuration

Default theme for light mode

Type Declaration

background

readonly background: object

background.primary

readonly primary: "bg-white" = 'bg-white'

background.secondary

readonly secondary: "bg-gray-50" = 'bg-gray-50'

background.tertiary

readonly tertiary: "bg-gray-100" = 'bg-gray-100'

surface

readonly surface: object

surface.primary

readonly primary: "bg-white" = 'bg-white'

surface.elevated

readonly elevated: "bg-white" = 'bg-white'

surface.overlay

readonly overlay: "bg-white/95" = 'bg-white/95'

text

readonly text: object

text.primary

readonly primary: "text-gray-900" = 'text-gray-900'

text.secondary

readonly secondary: "text-gray-600" = 'text-gray-600'

text.tertiary

readonly tertiary: "text-gray-500" = 'text-gray-500'

text.inverse

readonly inverse: "text-white" = 'text-white'

border

readonly border: object

border.default

readonly default: "border-gray-200" = 'border-gray-200'

border.strong

readonly strong: "border-gray-300" = 'border-gray-300'

border.subtle

readonly subtle: "border-gray-100" = 'border-gray-100'

market

readonly market: object

market.gain

readonly gain: "text-green-600" = 'text-green-600'

market.loss

readonly loss: "text-red-600" = 'text-red-600'

market.neutral

readonly neutral: "text-gray-600" = 'text-gray-600'