|
149 | 149 | <summary>Adaptive Night End</summary> |
150 | 150 | <description>Time of day (HH:MM) at which the adaptive theme returns to the chosen day mode.</description> |
151 | 151 | </key> |
| 152 | + <key name="night-light-enabled" type="b"> |
| 153 | + <default>false</default> |
| 154 | + <summary>Night Light</summary> |
| 155 | + <description>Whether the warm night-light color temperature is applied.</description> |
| 156 | + </key> |
| 157 | + <key name="night-light-temperature" type="i"> |
| 158 | + <default>4000</default> |
| 159 | + <range min="1000" max="6500"/> |
| 160 | + <summary>Night Light Temperature</summary> |
| 161 | + <description>Color temperature in Kelvin applied while night light is active.</description> |
| 162 | + </key> |
| 163 | + <key name="night-light-adaptive" type="b"> |
| 164 | + <default>false</default> |
| 165 | + <summary>Adaptive Night Light</summary> |
| 166 | + <description>When enabled, night light follows a daily schedule instead of a manual switch.</description> |
| 167 | + </key> |
| 168 | + <key name="night-light-adaptive-from" type="s"> |
| 169 | + <default>'19:00'</default> |
| 170 | + <summary>Night Light Start</summary> |
| 171 | + <description>Time of day (HH:MM) at which adaptive night light turns on.</description> |
| 172 | + </key> |
| 173 | + <key name="night-light-adaptive-to" type="s"> |
| 174 | + <default>'07:00'</default> |
| 175 | + <summary>Night Light End</summary> |
| 176 | + <description>Time of day (HH:MM) at which adaptive night light turns off.</description> |
| 177 | + </key> |
152 | 178 | <key name="developer-mode" type="b"> |
153 | 179 | <default>false</default> |
154 | 180 | <summary>Developer Mode</summary> |
|
0 commit comments