From 462ae3bb582acc23992c243f1d8ce872fc4542ab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 26 Apr 2022 11:15:33 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index c597fc0e3..ca0fc4c91 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -3022,7 +3022,8 @@ The colorspace in which to interpret terminal colors. The default of :code:`srgb cause colors to match those seen in web browsers. The value of :code:`default` will use whatever the native colorspace of the display is. The value of :code:`displayp3` will use Apple's special snowflake display P3 color space, which will result in over -saturated (brighter) colors with some color shift. +saturated (brighter) colors with some color shift. Reloading configuration will change this +value only for newly created windows. ''')