I like this as defaults :)
This commit is contained in:
parent
888c3ef085
commit
4e01984c3c
1 changed files with 4 additions and 3 deletions
|
@ -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',
|
||||||
|
|
||||||
]
|
]
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue