aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-03-12 11:26:10 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-03-12 11:26:10 +0100
commitfbbae1dc55134d014a5a0df2e800d711e087b48f (patch)
treeb2d31255145d1c2ae9fa5e713e32d71ffda0e1f9 /README.md
parent7b66abd49cd03232bf7fd41ae53d87ec86f75b0a (diff)
downloadperl-software-in-gnu-guix-fbbae1dc55134d014a5a0df2e800d711e087b48f.tar
perl-software-in-gnu-guix-fbbae1dc55134d014a5a0df2e800d711e087b48f.tar.gz
switch to monokai as default syntax highlight theme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5aa9770..4c720e2 100644
--- a/README.md
+++ b/README.md
@@ -897,7 +897,7 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
### Code syntax highlighting
-By default, Reveal is configured with [highlight.js](https://highlightjs.org/) for code syntax highlighting. To enable syntax highlighting, you'll have to load the highlight plugin ([plugin/highlight/highlight.js](plugin/highlight/highlight.js)) and a highlight.js CSS theme (Reveal comes packaged with the zenburn theme: [lib/css/zenburn.css](lib/css/zenburn.css)).
+By default, Reveal is configured with [highlight.js](https://highlightjs.org/) for code syntax highlighting. To enable syntax highlighting, you'll have to load the highlight plugin ([plugin/highlight/highlight.js](plugin/highlight/highlight.js)) and a highlight.js CSS theme (Reveal comes packaged with the Monokai themes: [lib/css/monokai.css](lib/css/monokai.css)).
```javascript
Reveal.initialize({