From c33fb62c2291c76bdf257e6a393da773dfc42022 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 3 Dec 2021 15:31:45 -0500 Subject: [PATCH] greybird-gtk-theme: black terminal by default --- helpers/DATA/greybird-gtk-theme/mate.scss | 7 +++++++ helpers/make-greybird-gtk-theme | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/helpers/DATA/greybird-gtk-theme/mate.scss b/helpers/DATA/greybird-gtk-theme/mate.scss index 486f881c..bb902300 100644 --- a/helpers/DATA/greybird-gtk-theme/mate.scss +++ b/helpers/DATA/greybird-gtk-theme/mate.scss @@ -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; +} diff --git a/helpers/make-greybird-gtk-theme b/helpers/make-greybird-gtk-theme index ba6bfd96..b14f3960 100644 --- a/helpers/make-greybird-gtk-theme +++ b/helpers/make-greybird-gtk-theme @@ -17,7 +17,7 @@ # 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' . ./config -- GitLab