shift-shell/quicksettings/nightcolor/nightcolorsettings.kcfg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
1 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2024-07-27 03:47:44 +00:00
<!--
- SPDX-FileCopyrightText: 2020 Vlad Zahorodnii
- SPDX-License-Identifier: GPL-2.0-or-later
-->
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name="kwinrc" />
<group name="NightColor">
<entry name="Active" type="Bool">
<default>false</default>
</entry>
<entry name="Mode" type="Enum">
<choices name="ColorCorrect::NightColorMode">
<choice name="Constant"/>
<choice name="DarkLight"/>
</choices>
<default>DarkLight</default>
</entry>
<entry name="DayTemperature" type="Int">
<default>6500</default>
</entry>
<entry name="NightTemperature" type="Int">
<default>4500</default>
</entry>
</group>
</kcfg>