Warning, /plasma/plasma-mobile/quicksettings/nightcolor/nightcolorsettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 
0003 <!-- 
0004 - SPDX-FileCopyrightText: 2020 Vlad Zahorodnii
0005 - SPDX-License-Identifier: GPL-2.0-or-later
0006 -->
0007 
0008 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0009       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0010       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0011                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0012     <kcfgfile name="kwinrc" />
0013     <group name="NightColor">
0014         <entry name="Active" type="Bool">
0015             <default>false</default>
0016         </entry>
0017         <entry name="Mode" type="Enum">
0018             <choices name="ColorCorrect::NightColorMode">
0019                 <choice name="Automatic"/>
0020                 <choice name="Location"/>
0021                 <choice name="Times"/>
0022                 <choice name="Constant"/>
0023             </choices>
0024             <default>Automatic</default>
0025         </entry>
0026         <entry name="DayTemperature" type="Int">
0027             <default>6500</default>
0028         </entry>
0029         <entry name="NightTemperature" type="Int">
0030             <default>4500</default>
0031         </entry>
0032         <entry name="LatitudeAuto" type="Double">
0033             <default>0.</default>
0034         </entry>
0035         <entry name="LongitudeAuto" type="Double">
0036             <default>0.</default>
0037         </entry>
0038         <entry name="LatitudeFixed" type="Double">
0039             <default>0.</default>
0040         </entry>
0041         <entry name="LongitudeFixed" type="Double">
0042             <default>0.</default>
0043         </entry>
0044         <entry name="MorningBeginFixed" type="String">
0045             <default>0600</default>
0046         </entry>
0047         <entry name="EveningBeginFixed" type="String">
0048             <default>1800</default>
0049         </entry>
0050         <entry name="TransitionTime" type="Int">
0051             <default>30</default>
0052         </entry>
0053     </group>
0054 </kcfg>
0055 
0056