From bcff7094627e423dd9ca52a246345512dc3d791c Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 26 Jun 2022 23:44:28 +0100 Subject: Add optional background around selected result. --- src/entry.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/entry.h') diff --git a/src/entry.h b/src/entry.h index 5fa29c4..4f01252 100644 --- a/src/entry.h +++ b/src/entry.h @@ -55,7 +55,8 @@ struct entry { uint32_t outline_width; struct color foreground_color; struct color background_color; - struct color selection_color; + struct color selection_foreground_color; + struct color selection_background_color; struct color border_color; struct color outline_color; }; -- cgit v1.2.3