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 • 1.5 kiB
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
<description>Dusk theme for roundabout web interface</description>
21
<license>
22
<short>GPL-3.0-or-later</short>
23
<uri>https://www.gnu.org/licenses/gpl-3.0.html</uri>
24
<long><![CDATA[Copyright (C) 2024 Roundabout developer
25
26
This stylesheet is free software: you can redistribute it and/or modify
27
it under the terms of the GNU General Public License as published by
28
the Free Software Foundation, either version 3 of the License, or
29
(at your option) any later version.
30
31
This stylesheet is distributed in the hope that it will be useful,
32
but WITHOUT ANY WARRANTY; without even the implied warranty of
33
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34
GNU General Public License for more details.
35
36
You should have received a copy of the GNU General Public License
37
along with this stylesheet. If not, see <https://www.gnu.org/licenses/>]]></long>
38
</license>
39
</theme>
40
41
</themes>
42