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 {
border-style: none;
}
/* mate-terminal */
vte-terminal {
-TerminalWindow-background-darkness: 1.0;
background-color: black;
color: white;
}