mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 06:43:24 +03:00
Use correct terminal background color
This commit is contained in:
parent
772429c086
commit
5cfd4b06b9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user