diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index 5536e06..562c085 100644 --- a/src/entry.h +++ b/src/entry.h @@ -65,6 +65,7 @@ struct entry { uint32_t outline_width; struct color foreground_color; struct color background_color; + struct color selection_highlight_color; struct color selection_foreground_color; struct color selection_background_color; struct color border_color; |