greybird-gtk-theme: black terminal by default

This commit is contained in:
Ruben Rodriguez 2021-12-03 15:31:45 -05:00
parent ac9b44ebd3
commit c33fb62c22
2 changed files with 8 additions and 1 deletions

View file

@ -380,3 +380,10 @@ na-tray-applet widget box widget {
#mate-menu.background notebook.frame scrolledwindow { #mate-menu.background notebook.frame scrolledwindow {
border-style: none; border-style: none;
} }
/* mate-terminal */
vte-terminal {
-TerminalWindow-background-darkness: 1.0;
background-color: black;
color: white;
}

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
VERSION=3 VERSION=4
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
. ./config . ./config