themes.xml
XML 1.0 document, ASCII text
1<?xml version="1.0" encoding="UTF-8"?> 2<themes 3xmlns="https://theme.roundabout-host.com/" 4xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5xsi:schemaLocation="https://theme.roundabout-host.com/ https://theme.roundabout-host.com/themes.xsd" 6> 7<!-- 8Usage of XML Schema Instace is required for any IDE to be able to recognize the location of 9theme themes namespace 10--> 11 12<theme> 13<title>Dusk</title> 14<author 15uri="https://roundabout-host.com/roundabout" 16instance="roundabout-host.com" 17username="roundabout" 18>Roundabout developer</author> 19<uri>roundabout/dusk.css</uri> 20</theme> 21 22</themes> 23