From 3768ac7f4783c994a6f55723bad4fc49072475ba Mon Sep 17 00:00:00 2001 From: chenyuanbo Date: Fri, 15 May 2026 13:10:26 +0800 Subject: [PATCH] fix(display): adjust default manual color temperature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default value for manual color temperature mode was 3500K which caused unexpected warm tint when users first enable color temperature. Change to 6500K to match the standard display default and the none-mode behavior. 手动模式下默认色温值为3500K,修改为6500K,与标准显示器默认值保持一致。 Log: 修正手动色温默认值为6500K PMS: 360915 Influence: 控制中心开启护眼模式,全天模式下,默认色温为50% --- misc/dsg-configs/org.deepin.Display.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dsg-configs/org.deepin.Display.json b/misc/dsg-configs/org.deepin.Display.json index df77f781c..53c2ec1a4 100644 --- a/misc/dsg-configs/org.deepin.Display.json +++ b/misc/dsg-configs/org.deepin.Display.json @@ -14,7 +14,7 @@ "visibility": "private" }, "defaultTemperatureManual": { - "value": 3500, + "value": 6500, "serial": 0, "flags": [], "name": "default temperature manual",