mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-28 01:40:17 -05:00
add custom highlight colors
This commit is contained in:
parent
95090f0264
commit
fa2b08846b
6 changed files with 28 additions and 28 deletions
|
|
@ -1323,6 +1323,8 @@ term_init(const struct config *conf, struct fdm *fdm, struct reaper *reaper,
|
|||
.cursor_bg = (theme->use_custom.cursor ? 1u << 31 : 0) | theme->cursor.cursor,
|
||||
.selection_fg = theme->selection_fg,
|
||||
.selection_bg = theme->selection_bg,
|
||||
.highlight_fg = theme->highlight_fg,
|
||||
.highlight_bg = theme->highlight_bg,
|
||||
.active_theme = conf->initial_color_theme,
|
||||
},
|
||||
.color_stack = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue