aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab2012-07-12 23:08:21 -0400
committerHakim El Hattab2012-07-12 23:08:21 -0400
commit7366f607ceac8b08fbd67923d3fc9ef16a52db84 (patch)
tree5b3f2eeb94c272582a24127352579a911860f2d0 /README.md
parent5bc5435b61d729e1eb0209da4a01a76b42ee3a6b (diff)
add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f6bb48b..d6e3c35 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Reveal.initialize({
rollingLinks: true,
// UI style
- theme: 'default', // default/neon
+ theme: 'default', // default/neon/beige
// Transition style
transition: 'default' // default/cube/page/concave/linear(2d)
@@ -169,6 +169,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi
- Folder structure updates for scalability (see /lib & /plugin)
- Slide notes by [rmurphey](https://github.com/rmurphey)
- Bumped up default font-size for code samples
+- Added beige theme
#### 1.3
- Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)