Reveal.js Themes
Theme available:
auto(Default)blackwhiteleaguebeigeskynightserifsimplesolarizedbloodmoon
auto
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
black
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
white
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
league
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
beige
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
sky
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
night
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
serif
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
simple
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
solarized
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
blood
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```
moon
## Slide Title
A paragraph with some text and a [link](https://mrhope.site)
---
## Highlight
```js [2-4|1-5]
const add = (a, b) => {
if (typeof b === "undefined") return a + 1;
return a + b;
};
```