Use correct terminal background color

This commit is contained in:
Nathan Sobo 2023-12-27 10:46:25 -07:00
parent 772429c086
commit 5cfd4b06b9

View File

@ -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);