I like this as defaults :)

This commit is contained in:
DeltaLima 2023-06-22 00:17:46 +02:00
parent 888c3ef085
commit 4e01984c3c

View file

@ -1,6 +1,7 @@
<?php <?php
/* /*
* size: tiny, small, full * size: tiny, small, full
*
* tiny: 21KB (Markup, HTML, XML, SVG, MathML, SSML, Atom, RSS, CSS, C-like, JavaScript) * tiny: 21KB (Markup, HTML, XML, SVG, MathML, SSML, Atom, RSS, CSS, C-like, JavaScript)
* *
* small: 95KB (Markup, HTML, XML,SVG, MathML, SSML, Atom, RSS, CSS, C-Linke, JavaScript * small: 95KB (Markup, HTML, XML,SVG, MathML, SSML, Atom, RSS, CSS, C-Linke, JavaScript
@ -9,14 +10,14 @@
* Shell session, SQL, VB.Net, Wiki markup, YML) * Shell session, SQL, VB.Net, Wiki markup, YML)
* full: 567KB (see https://prismjs.com/index.html#supported-languages for list of supported languages) * full: 567KB (see https://prismjs.com/index.html#supported-languages for list of supported languages)
* *
* theme: coy dark default funky okaidia solarizedlight tomorrow twilight * theme: coy, dark, default, funky, okaidia, solarizedlight, tomorrow, twilight
* *
*/ */
return [ return [
// change here // change here
'size' => 'tiny', 'size' => 'small',
'theme' => 'dark', 'theme' => 'okaidia',
] ]
?> ?>