Options
All
  • Public
  • Public/Protected
  • All
Menu

Module theme

Material UI themes for dolos.

Instead of using these themes directly you should use getThemeFor.

see

wrapWithTheme to easily apply a theme to a react component.

Index

Variables

Const kitsuTheme

kitsuTheme: Theme = createMuiTheme({palette: {primary: {main: "#ef5350",},secondary: {main: "#4527a0",},},})

Theme applied to Kitsu elements

Const mainTheme

mainTheme: Theme = createMuiTheme({palette: {primary: {main: "#43a047",},secondary: {main: "#cddc39",},},})

Theme used for "extension pages" such as options and popup.

Const malTheme

malTheme: Theme = createMuiTheme({palette: {primary: {main: "#1d439b",},secondary: {main: "#4f74c8",},},})

Theme applied to MyAnimeList elements

Functions

getThemeFor

  • getThemeFor(service: string): Theme

Generated using TypeDoc