mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-05 01:40:41 -05:00
add custom highlight colors
This commit is contained in:
parent
95090f0264
commit
fa2b08846b
6 changed files with 28 additions and 28 deletions
|
|
@ -409,6 +409,8 @@ struct colors {
|
|||
uint32_t cursor_bg; /* cursor color */
|
||||
uint32_t selection_fg;
|
||||
uint32_t selection_bg;
|
||||
uint32_t highlight_fg;
|
||||
uint32_t highlight_bg;
|
||||
enum which_color_theme active_theme;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue