|
|
|
@ -134,6 +134,7 @@ impl<'a> Span<'a> {
|
|
|
|
|
/// style: Style {
|
|
|
|
|
/// fg: Some(Color::Yellow),
|
|
|
|
|
/// bg: Some(Color::Black),
|
|
|
|
|
/// underline: None,
|
|
|
|
|
/// add_modifier: Modifier::empty(),
|
|
|
|
|
/// sub_modifier: Modifier::empty(),
|
|
|
|
|
/// },
|
|
|
|
@ -143,6 +144,7 @@ impl<'a> Span<'a> {
|
|
|
|
|
/// style: Style {
|
|
|
|
|
/// fg: Some(Color::Yellow),
|
|
|
|
|
/// bg: Some(Color::Black),
|
|
|
|
|
/// underline: None,
|
|
|
|
|
/// add_modifier: Modifier::empty(),
|
|
|
|
|
/// sub_modifier: Modifier::empty(),
|
|
|
|
|
/// },
|
|
|
|
@ -152,6 +154,7 @@ impl<'a> Span<'a> {
|
|
|
|
|
/// style: Style {
|
|
|
|
|
/// fg: Some(Color::Yellow),
|
|
|
|
|
/// bg: Some(Color::Black),
|
|
|
|
|
/// underline: None,
|
|
|
|
|
/// add_modifier: Modifier::empty(),
|
|
|
|
|
/// sub_modifier: Modifier::empty(),
|
|
|
|
|
/// },
|
|
|
|
@ -161,6 +164,7 @@ impl<'a> Span<'a> {
|
|
|
|
|
/// style: Style {
|
|
|
|
|
/// fg: Some(Color::Yellow),
|
|
|
|
|
/// bg: Some(Color::Black),
|
|
|
|
|
/// underline: None,
|
|
|
|
|
/// add_modifier: Modifier::empty(),
|
|
|
|
|
/// sub_modifier: Modifier::empty(),
|
|
|
|
|
/// },
|
|
|
|
|