-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathperiods.xml
37 lines (37 loc) · 1.3 KB
/
periods.xml
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
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (C) 2013 Chuan-Zheng Lee
*
* This file is part of the Debatekeeper app, which is licensed under the
* GNU General Public Licence version 3 (GPLv3). You can redistribute
* and/or modify it under the terms of the GPLv3, and you must not use
* this file except in compliance with the GPLv3.
*
* This app is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public Licence for more details.
*
* You should have received a copy of the GNU General Public Licence
* along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!-- This file contains the built-in period types. -->
<period-types>
<period-type ref="normal">
<name>Normal</name>
<default-bgcolor>#000000</default-bgcolor>
</period-type>
<period-type ref="pois-allowed" pois-allowed="true">
<name>POIs allowed</name>
<default-bgcolor>#25541C</default-bgcolor>
</period-type>
<period-type ref="warning">
<name>Warning</name>
<default-bgcolor>#A14E21</default-bgcolor>
</period-type>
<period-type ref="overtime">
<name>Overtime</name>
<display></display>
<default-bgcolor>#770000</default-bgcolor>
</period-type>
</period-types>