greybird-gtk-theme: black terminal by default
This commit is contained in:
parent
ac9b44ebd3
commit
c33fb62c22
2 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue