aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-01-07 09:41:33 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-01-07 09:41:33 -0500
commit38425fc4ff9e90008b7995452e0f8366672dd987 (patch)
tree9b155a3e344564634a2e2995dbcb47dd83d2bab2 /README.md
parent2a038afedac9162b1b4d9813c976f57e654c0ec3 (diff)
downloadfreenode-live-2017-presentation-38425fc4ff9e90008b7995452e0f8366672dd987.tar
freenode-live-2017-presentation-38425fc4ff9e90008b7995452e0f8366672dd987.tar.gz
info about available themes and how to change theme
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 197fb06..8a18556 100644
--- a/README.md
+++ b/README.md
@@ -309,6 +309,24 @@ Then:
3. Run ```node plugin/notes-server```
+## Theming
+
+The framework comes with a few different themes included:
+
+- default: Gray background, white text, blue links
+- beige: Beige background, dark text, brown links
+- sky: Blue background, thin white text, blue links
+- night: Black background, thick white text, orange links
+- serif: Cappuccino background, gray text, brown links
+- simple: White background, black text, blue links
+
+Each theme is available as a separate stylesheet. To change theme you will need to replace **default** below with your desired theme name in index.html:
+
+```html
+<link rel="stylesheet" href="css/theme/default.css" id="theme">
+```
+
+
## Development Environment
reveal.js is built using the task-based command line build tool [grunt.js](http://gruntjs.com) ([installation instructions](https://github.com/gruntjs/grunt#installing-grunt)). With Node.js and grunt.js installed, you need to start by running ```npm install``` in the reveal.js root. When the dependencies have been installed you should run ```grunt watch``` to start monitoring files for changes.