fix: Fixed red color for underline

macos-click-through
Serg Tereshchenko 3 years ago committed by partizan
parent d2760e2d45
commit a81c65b781

@ -54,7 +54,7 @@ impl Style {
pub fn special(&self, default_colors: &Colors) -> Color4f { pub fn special(&self, default_colors: &Colors) -> Color4f {
self.colors self.colors
.special .special
.unwrap_or_else(|| default_colors.special.unwrap()) .unwrap_or_else(|| self.foreground(default_colors))
} }
} }

Loading…
Cancel
Save