From 1e977b50dfa9cef707a49f1180019efc335478fd Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Fri, 16 Mar 2018 11:43:54 +0000
Subject: [PATCH] add default_theme to readme

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index cd03dfa89a..705f269ddc 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,7 @@ For a good example, see https://riot.im/develop/config.json
 1. `roomDirectory`: config for the public room directory. This section is optional.
 1. `roomDirectory.servers`: List of other homeservers' directories to include in the drop
    down list. Optional.
+1. `default_theme`: name of theme to use by default (e.g. 'light')
 1. `update_base_url` (electron app only): HTTPS URL to a web server to download
    updates from. This should be the path to the directory containing `macos`
    and `win32` (for update packages, not installer packages).