ability to customize cursor color

This commit is contained in:
Mitchell Hashimoto
2022-11-20 20:35:20 -08:00
parent 2e74b7af9e
commit 611760f98b
3 changed files with 23 additions and 4 deletions

View File

@@ -52,6 +52,9 @@ pub const Config = struct {
/// https://www.ditig.com/256-colors-cheat-sheet
palette: Palette = .{},
/// The color of the cursor. If this is not set, a default will be chosen.
@"cursor-color": ?Color = null,
/// The command to run, usually a shell. If this is not an absolute path,
/// it'll be looked up in the PATH. If this is not set, a default will
/// be looked up from your system. The rules for the default lookup are: