searchMatchColors property
SearchMatchColors
get
searchMatchColors
Opaque fg/bg pairs for search match highlighting (alacritty replaces cell colors).
Implementation
SearchMatchColors get searchMatchColors => SearchMatchColors(
matchBg: colors.searchMatchBg,
matchFg: colors.searchMatchFg,
focusedBg: colors.searchFocusedBg,
focusedFg: colors.searchFocusedFg,
);