config: add doc comment for cursor-text

This commit is contained in:
Mitchell Hashimoto
2023-08-26 09:39:25 -07:00
parent 71fddcdc89
commit 14c9279c21

View File

@ -71,6 +71,9 @@ pub const Config = struct {
/// The color of the cursor. If this is not set, a default will be chosen.
@"cursor-color": ?Color = null,
/// The color of the text under the cursor. If this is not set, a default
/// will be chosen.
@"cursor-text": ?Color = null,
/// The opacity level (opposite of transparency) of the background.