diff --git a/src/sass/gtk/_applications-3.0.scss b/src/sass/gtk/_applications-3.0.scss index 4a62064c..9fd0eb66 100644 --- a/src/sass/gtk/_applications-3.0.scss +++ b/src/sass/gtk/_applications-3.0.scss @@ -3676,6 +3676,8 @@ list.tilix-session-sidebar { } } +$tilix_bg: if($variant == 'light', #ffffff, #151515); + window.background.csd { > box.horizontal > stack { > box.vertical > notebook > stack { @@ -3683,6 +3685,26 @@ window.background.csd { } } + > overlay > notebook > stack > .tilix-background { + background-color: $tilix_bg; + border-radius: 0 0 $wm_radius $wm_radius; + + > .tilix-background { + background-color: $tilix_bg; + border-radius: 0 0 $wm_radius $wm_radius; + + > box.vertical > widget > box.vertical > box.vertical > box.horizontal > overlay > .tilix-terminal-scrolledwindow { + padding-bottom: $wm_radius; + background-color: $tilix_bg; + border-radius: 0 0 $wm_radius $wm_radius; + + > vte-terminal { + border-radius: 0 0 $wm_radius $wm_radius; + } + } + } + } + &.maximized, &.tiled, &.fullscreen { > box.horizontal > stack { > box.vertical > notebook > stack {