diff --git a/assets/js/icecoder.js b/assets/js/icecoder.js
index c699d40..32815f5 100644
--- a/assets/js/icecoder.js
+++ b/assets/js/icecoder.js
@@ -3691,6 +3691,10 @@ var ICEcoder = {
useNewSettings: function(settings) {
let styleNode, thisCSS, strCSS, activeLineBG;
+ // Set iceRoot and update in settings display
+ iceRoot = settings.iceRoot;
+ this.content.contentWindow.document.getElementById('iceRootDisplay').innerText = "" !== iceRoot ? iceRoot : "[Default]";
+
// Cut out path prefix, .css file extension and ?microtime= querystring
const newTheme = settings.themeURL.replace(/.+\/|.css.+/g, "");
// If theme was not changed - no need to do all these tricks
diff --git a/editor.php b/editor.php
index 796d465..b6c3ee3 100644
--- a/editor.php
+++ b/editor.php
@@ -115,7 +115,7 @@ h2 {color: rgba(0,198,255,0.7)}
-
+