mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
highlight colors
This commit is contained in:
parent
2609206c98
commit
68685fdf13
4 changed files with 49 additions and 22 deletions
|
|
@ -744,6 +744,9 @@ test_section_colors(void)
|
|||
test_two_colors(&ctx, &parse_section_colors, "search-box-match", false,
|
||||
&conf.colors.search_box.match.fg,
|
||||
&conf.colors.search_box.match.bg);
|
||||
test_two_colors(&ctx, &parse_section_colors, "highlights", false,
|
||||
&conf.colors.highlights.fg,
|
||||
&conf.colors.highlights.bg);
|
||||
|
||||
test_two_colors(&ctx, &parse_section_colors, "cursor", false,
|
||||
&conf.colors.cursor.text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue