summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
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;
};