Skip to main content

darkTheme

Stock Screening Platform - Frontend API v0.1.0


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

Variable: darkTheme

const darkTheme: object

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

Dark Theme Configuration

Theme for dark mode with adjusted colors for better contrast

Type Declaration

background

readonly background: object

background.primary

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

background.secondary

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

background.tertiary

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

surface

readonly surface: object

surface.primary

readonly primary: "bg-gray-800" = 'bg-gray-800'

surface.elevated

readonly elevated: "bg-gray-750" = 'bg-gray-750'

surface.overlay

readonly overlay: "bg-gray-800/95" = 'bg-gray-800/95'

text

readonly text: object

text.primary

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

text.secondary

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

text.tertiary

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

text.inverse

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

border

readonly border: object

border.default

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

border.strong

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

border.subtle

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

market

readonly market: object

market.gain

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

market.loss

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

market.neutral

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