Use correct terminal background color

Nathan Sobo created

Change summary

crates/terminal_view2/src/terminal_element.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/terminal_view2/src/terminal_element.rs 🔗

@@ -438,7 +438,7 @@ impl TerminalElement {
 
         let search_matches = self.terminal.read(cx).matches.clone();
 
-        let background_color = theme.colors().background;
+        let background_color = theme.colors().terminal_background;
 
         let last_hovered_word = self.terminal.update(cx, |terminal, cx| {
             terminal.set_size(dimensions);