Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ThemesService

Hierarchy

  • ThemesService

Index

Properties

rootElementStyleBackup: string = ''
styleElement: null | HTMLElement = null
themeChanged: Subject<Theme> = ...

Accessors

  • get themeChanged$(): Observable<Theme>

Methods

  • _getActiveColorScheme(): any
  • applyCurrentTheme(): void
  • applyTheme(theme: Theme): void
  • applyThemeVariables(): void
  • ensureContrast(color: Color, against: Color): Color
  • findCurrentTheme(): Theme
  • findTheme(name: string): null | Theme
  • increaseContrast(color: Color, against: Color, step?: number): Color

Generated using TypeDoc