@farberg/reveal-template 1.1.25 → 1.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/init-reveal.js +3 -1
  2. package/package.json +1 -1
package/init-reveal.js CHANGED
@@ -153,7 +153,9 @@ const defaultRevealOptions = {
153
153
  lineColor: '#5c6971',
154
154
  primaryBorderColor: '#5c6971',
155
155
  secondaryColor: '#5c6971',
156
- secondaryTextColor: '#000'
156
+ secondaryTextColor: '#000',
157
+ tertiaryColor: '#e8e8e8',
158
+ loopTextColor: '#4a4a4a'
157
159
  },
158
160
  sequence: {
159
161
  mirrorActors: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farberg/reveal-template",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "homepage": "https://github.com/pfisterer/reveal-template",
5
5
  "description": "Reveal.js template for Dennis' lectures",
6
6
  "main": "index.js",