-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.xml
More file actions
26 lines (24 loc) · 842 Bytes
/
Copy paththeme.xml
File metadata and controls
26 lines (24 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!--
theme name: atlas
designed by: mirko93s
version: 1.0.5
license: CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
-->
<theme defaultView="detailed" defaultTransition="slide">
<formatVersion>7</formatVersion>
<!-- KEEP THESE AT THE TOP -->
<include>./xml/fontSize.xml</include>
<include>./xml/options.xml</include>
<include>./xml/variables.xml</include>
<!-- System Metadata -->
<include>./assets/systems/metadata/_default.xml</include>
<include>./assets/systems/metadata/${system.theme}.xml</include>
<!-- Views -->
<include>./xml/views/screen.xml</include>
<include>./xml/views/system.xml</include>
<include>./xml/views/detailed.xml</include>
<include>./xml/views/menu.xml</include>
<!-- Other -->
<include>./xml/helpSystem.xml</include>
</theme>