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
/*
* size: tiny, small, full
*
* 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
@ -9,14 +10,14 @@
* Shell session, SQL, VB.Net, Wiki markup, YML)
* 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 [
// change here
'size' => 'tiny',
'theme' => 'dark',
'size' => 'small',
'theme' => 'okaidia',
]
?>