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

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

Generated using TypeDoc