Defines which colors are needed for a color scheme on the webpage. Example usage DarkMode or LightMode.

Hierarchy (View Summary)

Constructors

  • Parameters

    • foreground: any
    • headingForeground: any
    • background: any
    • bsBackground: any
    • bsColorScheme: any
    • svgStrokeColor: any
    • languagesBg: any
    • prevNextBtnBackgroundColor: any

    Returns ColorScheme

Properties

background: string
bsBackground: string
bsColorScheme: "light" | "dark"
foreground: string
headingForeground: string
languagesBg: string
prevNextBtnBackgroundColor: any
svgStrokeColor: string

Accessors

  • get bsColorSchemeForIndicatorBtns(): "light" | "dark"

    Returns "light" | "dark"