Fix transparent menubar in gnome-terminal

This commit is contained in:
Daniel Ruiz de Alegría
2023-10-04 13:11:16 +02:00
parent 22528c090b
commit 9be3dc1557
7 changed files with 25 additions and 0 deletions
+4
View File
@@ -6113,6 +6113,10 @@ terminal-window notebook scrollbar,
.mate-terminal notebook scrollbar {
background: #272a34; }
terminal-window menubar,
.mate-terminal menubar {
background: #1c1e25; }
/* GNOME TWEAKS */
list.tweak-categories separator {
background: transparent; }
@@ -6113,6 +6113,10 @@ terminal-window notebook scrollbar,
.mate-terminal notebook scrollbar {
background: #272a34; }
terminal-window menubar,
.mate-terminal menubar {
background: #1c1e25; }
/* GNOME TWEAKS */
list.tweak-categories separator {
background: transparent; }
+4
View File
@@ -6134,6 +6134,10 @@ terminal-window notebook scrollbar,
.mate-terminal notebook scrollbar {
background: #fafafa; }
terminal-window menubar,
.mate-terminal menubar {
background: white; }
/* GNOME TWEAKS */
list.tweak-categories separator {
background: transparent; }
@@ -6113,6 +6113,10 @@ terminal-window notebook scrollbar,
.mate-terminal notebook scrollbar {
background: #272a34; }
terminal-window menubar,
.mate-terminal menubar {
background: #1c1e25; }
/* GNOME TWEAKS */
list.tweak-categories separator {
background: transparent; }
@@ -6113,6 +6113,10 @@ terminal-window notebook scrollbar,
.mate-terminal notebook scrollbar {
background: #272a34; }
terminal-window menubar,
.mate-terminal menubar {
background: #1c1e25; }
/* GNOME TWEAKS */
list.tweak-categories separator {
background: transparent; }
@@ -6134,6 +6134,10 @@ terminal-window notebook scrollbar,
.mate-terminal notebook scrollbar {
background: #fafafa; }
terminal-window menubar,
.mate-terminal menubar {
background: white; }
/* GNOME TWEAKS */
list.tweak-categories separator {
background: transparent; }
@@ -94,6 +94,7 @@ terminal-window,
background: $base_color;
}
}
menubar { background: $headerbar_bg_color }
}
/* GNOME TWEAKS */