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
|
||||
/*
|
||||
* 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',
|
||||
|
||||
]
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue