diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-26 23:44:28 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-26 23:44:28 +0100 |
commit | bcff7094627e423dd9ca52a246345512dc3d791c (patch) | |
tree | c041d710eed4453091439f2c468113d9d635f1fc /src/entry.h | |
parent | 97aded721dd0bf33a56839517921e4c7094c90d7 (diff) |
Add optional background around selected result.
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 3 |
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; }; |