Styling option for separating terminal view background from background color (#17611)

Closes #17313

Release Notes:

- Added theme styling option to separate terminal background view from
terminal background color, for transparent terminal backgrounds
This commit is contained in:
Albert Marashi
2024-09-17 12:51:31 -04:00
committed by GitHub
parent 3d69942f71
commit 0070635b4d
6 changed files with 19 additions and 5 deletions
+4 -1
View File
@@ -175,7 +175,7 @@ pub struct ThemeColors {
// ===
// Terminal
// ===
/// Terminal background color.
/// Terminal layout background color.
pub terminal_background: Hsla,
/// Terminal foreground color.
pub terminal_foreground: Hsla,
@@ -184,6 +184,9 @@ pub struct ThemeColors {
/// Dim terminal foreground color.
pub terminal_dim_foreground: Hsla,
/// Terminal ansi background color.
pub terminal_ansi_background: Hsla,
/// Black ANSI terminal color.
pub terminal_ansi_black: Hsla,
/// Bright black ANSI terminal color.