From ed5b6924f166e777c3025f49965c30256fc7eef7 Mon Sep 17 00:00:00 2001 From: Yoshimasa Niwa Date: Wed, 1 Jan 2025 00:57:11 +0900 Subject: [PATCH] Update config documentation. --- src/config/Config.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index d7679ccc10..b94fbf9d1b 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1067,7 +1067,8 @@ keybind: Keybinds = .{}, @"window-theme": WindowTheme = .auto, /// The colorspace to use for the terminal window. The default is `srgb` but -/// this can also be set to `display-p3` to use the Display P3 colorspace. +/// this can also be set to `display-p3` to use the Display P3 colorspace or +/// `generic-rgb` to use the Calibrated RGB colorspace. /// /// Changing this value at runtime will only affect new windows. ///