]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/PrivacyBrowserPCSettings.kcfg
Add the GPLv3+ licensing information.
[PrivacyBrowserPC.git] / src / PrivacyBrowserPCSettings.kcfg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6   <kcfgfile name="privacybrowserpcrc"/>
7   <group name="Preferences">
8     <entry name="colorBackground" type="Color">
9             <label>color of the background</label>
10             <default>black</default>
11     </entry>
12     <entry name="colorForeground" type="Color">
13             <label>color of the foreground</label>
14             <default>yellow</default>
15     </entry>
16     <entry name="ageInDays" type="Int">
17             <label>age of the project</label>
18             <default>2</default>
19     </entry>
20   </group>
21 </kcfg>