Skip to content

Commit

Permalink
Update config documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
niw committed Dec 31, 2024
1 parent eb73c5e commit e1ef552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit e1ef552

Please sign in to comment.