new ThemeDark () theme.js:211 See: DocTest Example // Create the app with a new dark theme const app = new PIXIApp({ view: canvas, width: 450, height: 150, theme: new ThemeDark() }).setup().run() Extends Theme