We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1ffdf commit 177fb10Copy full SHA for 177fb10
src/ui/style.rs
@@ -319,5 +319,6 @@ mod tests {
319
320
assert_eq!(theme.selection_fg, Theme::default().selection_fg);
321
assert_eq!(theme.selection_bg, Color::White);
322
+ assert_ne!(theme.selection_bg, Theme::default().selection_bg);
323
}
324
0 commit comments