diff --git a/gochan.example.json b/gochan.example.json
index 5ac2af47..80c8960a 100644
--- a/gochan.example.json
+++ b/gochan.example.json
@@ -34,8 +34,11 @@
"SiteWebfolder": "/",
"DomainRegex": "(https|http):\\/\\/(gochan\\.lunachan\\.net|gochan\\.org)\\/(.*)",
- "Styles": ["pipes","efchan"],
- "DefaultStyle": "pipes",
+ "Styles": [
+ { "Name": "Pipes", "Filename": "pipes.css" },
+ { "Name": "Burichan", "Filename": "burichan.css" }
+ ],
+ "DefaultStyle": "pipes.css",
"AllowDuplicateImages": true,
"AllowVideoUploads": true,
diff --git a/html/javascript/gochan.js b/html/javascript/gochan.js
index 9da23435..87e1aae6 100644
--- a/html/javascript/gochan.js
+++ b/html/javascript/gochan.js
@@ -399,7 +399,7 @@ $jq(document).ready(function() {
topbar = $jq("div#topbar");
var settings_html = "