public void FindResultsSearchTermFormat()
        {
            var format = new FindResultsSearchTermFormat();

            format.ForegroundColor.Should().Be(ToMediaColor(_settings.FindSearchTermColor));
            format.BackgroundOpacity.Should().Be(0);
        }
 public void FindResultsSearchTermFormat()
 {
     var format = new FindResultsSearchTermFormat();
     format.ForegroundColor.Should().Be(ToMediaColor(_settings.FindSearchTermColor));
     format.BackgroundOpacity.Should().Be(0);
 }