Lines Matching defs:theme
41 * @var string[] https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/themes/prism-{theme}.min.css
65 * The theme
75 * @param $theme
77 * Ter info: The theme of the default wiki is in the print.css file (search for code blocks)
79 public static function addSnippet($theme)
83 if ($theme == self::PRISM_THEME) {
86 $themeStyleSheet = "prism-$theme.min.css";
88 $themeIntegrity = self::THEMES_INTEGRITY[$theme];
166 // Loading the theme
214 * Add prism theme
216 $theme = $plugin->getConf(Prism::CONF_PRISM_THEME, Prism::PRISM_THEME_DEFAULT);
217 Prism::addSnippet($theme);