docs: Convert 'unfocused-split-fill' comments into doc block

This commit is contained in:
Codey Oxley
2024-06-29 21:27:23 -04:00
parent 110ef5c9a5
commit 73d3761f65

View File

@ -389,11 +389,11 @@ palette: Palette = .{},
/// valid value. /// valid value.
@"unfocused-split-opacity": f64 = 0.7, @"unfocused-split-opacity": f64 = 0.7,
// The color to dim the unfocused split. Unfocused splits are dimmed by /// The color to dim the unfocused split. Unfocused splits are dimmed by
// rendering a semi-transparent rectangle over the split. This sets the color of /// rendering a semi-transparent rectangle over the split. This sets the color of
// that rectangle and can be used to carefully control the dimming effect. /// that rectangle and can be used to carefully control the dimming effect.
// ///
// This will default to the background color. /// This will default to the background color.
@"unfocused-split-fill": ?Color = null, @"unfocused-split-fill": ?Color = null,
/// The command to run, usually a shell. If this is not an absolute path, it'll /// The command to run, usually a shell. If this is not an absolute path, it'll