diff --git a/quicksettings/nightcolor/enum.h b/quicksettings/nightcolor/enum.h
index 6c354272..98ae8b51 100644
--- a/quicksettings/nightcolor/enum.h
+++ b/quicksettings/nightcolor/enum.h
@@ -12,28 +12,14 @@ namespace ColorCorrect
{
Q_NAMESPACE
enum NightColorMode {
- /**
- * Color temperature is computed based on the current position of the Sun.
- *
- * Location of the user is provided by Plasma.
- */
- Automatic,
- /**
- * Color temperature is computed based on the current position of the Sun.
- *
- * Location of the user is provided by themselves.
- */
- Location,
- /**
- * Color temperature is computed based on the current time.
- *
- * Sunrise and sunset times have to be specified by the user.
- */
- Timings,
/**
* Color temperature is constant throughout the day.
*/
Constant,
+ /**
+ * The color temperature is adjusted based on time of day.
+ */
+ DarkLight,
};
Q_ENUM_NS(NightColorMode)
diff --git a/quicksettings/nightcolor/nightcolorsettings.kcfg b/quicksettings/nightcolor/nightcolorsettings.kcfg
index 2c7b9910..b7c5935c 100644
--- a/quicksettings/nightcolor/nightcolorsettings.kcfg
+++ b/quicksettings/nightcolor/nightcolorsettings.kcfg
@@ -16,12 +16,10 @@
-
-
-
+
- Automatic
+ DarkLight
6500
@@ -29,27 +27,6 @@
4500
-
- 0.
-
-
- 0.
-
-
- 0.
-
-
- 0.
-
-
- 0600
-
-
- 1800
-
-
- 30
-