lightTheme
Stock Screening Platform - Frontend API v0.1.0
Stock Screening Platform - Frontend API / config/theme / lightTheme
Variable: lightTheme
constlightTheme:object
Defined in: src/config/theme.ts:223
Light Theme Configuration
Default theme for light mode
Type Declaration
background
readonlybackground:object
background.primary
readonlyprimary:"bg-white"='bg-white'
background.secondary
readonlysecondary:"bg-gray-50"='bg-gray-50'
background.tertiary
readonlytertiary:"bg-gray-100"='bg-gray-100'
surface
readonlysurface:object
surface.primary
readonlyprimary:"bg-white"='bg-white'
surface.elevated
readonlyelevated:"bg-white"='bg-white'
surface.overlay
readonlyoverlay:"bg-white/95"='bg-white/95'
text
readonlytext:object
text.primary
readonlyprimary:"text-gray-900"='text-gray-900'
text.secondary
readonlysecondary:"text-gray-600"='text-gray-600'
text.tertiary
readonlytertiary:"text-gray-500"='text-gray-500'
text.inverse
readonlyinverse:"text-white"='text-white'
border
readonlyborder:object
border.default
readonlydefault:"border-gray-200"='border-gray-200'
border.strong
readonlystrong:"border-gray-300"='border-gray-300'
border.subtle
readonlysubtle:"border-gray-100"='border-gray-100'
market
readonlymarket:object
market.gain
readonlygain:"text-green-600"='text-green-600'
market.loss
readonlyloss:"text-red-600"='text-red-600'
market.neutral
readonlyneutral:"text-gray-600"='text-gray-600'