html += "<table class='claymus-formatted-table'>";
html += "<tr style='display:none'/>";
Theme currentTheme = ThemeData.getTheme();
for(Theme theme : ThemeData.getThemes()) {
html += "<tr>";
html += "<td>";
html += theme.equals(currentTheme)
? theme.getName() + " <span class='claymus-highlighted-text'>(Active)</span>"