Homepage: https://theme.roundabout-host.com

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 themes.xml

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