diff --git a/_config.yml b/_config.yml
index 604d6c6..1930f06 100755
--- a/_config.yml
+++ b/_config.yml
@@ -61,6 +61,12 @@ lines: # You can add HTML Tags in the Text
me-img: "/img/jetpacktocat.png"
+##############################
+# Color the browser elements #
+##############################
+color-browser: "#000000"
+apple-status-bar-style: "black"
+
################
# Web app mode #
################
diff --git a/_includes/color-browser.html b/_includes/color-browser.html
new file mode 100644
index 0000000..27263d8
--- /dev/null
+++ b/_includes/color-browser.html
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/_includes/head.html b/_includes/head.html
index 11ce3ff..a163356 100755
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -42,6 +42,8 @@
{% include web-app.html %}
+ {% include color-browser.html %}
+
{% include syntax-highlight.html %}