summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-26 23:44:28 +0100
committerPhil Jones <philj56@gmail.com>2022-06-26 23:44:28 +0100
commitbcff7094627e423dd9ca52a246345512dc3d791c (patch)
treec041d710eed4453091439f2c468113d9d635f1fc /src/entry.h
parent97aded721dd0bf33a56839517921e4c7094c90d7 (diff)
Add optional background around selected result.
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h3
1 files changed, 2 insertions, 1 deletions
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;
};