From 14c9279c21d4945fcb5c74389ab48df1ab785e23 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 26 Aug 2023 09:39:25 -0700 Subject: [PATCH] config: add doc comment for cursor-text --- src/config.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.zig b/src/config.zig index b292a28bc..d91e96689 100644 --- a/src/config.zig +++ b/src/config.zig @@ -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.