highlight colors

This commit is contained in:
Piotr Kocia 2025-03-31 23:27:23 +02:00
parent 2609206c98
commit 68685fdf13
4 changed files with 49 additions and 22 deletions

View file

@ -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,