From 72ede375575a947c79e348570c3c08f5e5955865 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Mon, 28 Mar 2022 11:19:32 +0000
Subject: [PATCH] Fix cursor darktheme 11.0

---
 helpers/DATA/greybird-gtk-theme/mate.scss | 6 ++++++
 helpers/make-greybird-gtk-theme           | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/helpers/DATA/greybird-gtk-theme/mate.scss b/helpers/DATA/greybird-gtk-theme/mate.scss
index bb902300..058d521c 100644
--- a/helpers/DATA/greybird-gtk-theme/mate.scss
+++ b/helpers/DATA/greybird-gtk-theme/mate.scss
@@ -74,6 +74,12 @@
     border-width: 1px 1px 1px 0px;
 }
 
+/* fix no cursor on dark theme*/
+.caja-desktop.view .entry,
+.caja-navigation-window .view .entry {
+    caret-color: #000;
+}
+
 /****************
  * Mate-Panel *
  ****************/
diff --git a/helpers/make-greybird-gtk-theme b/helpers/make-greybird-gtk-theme
index b9755d61..c45c5438 100644
--- a/helpers/make-greybird-gtk-theme
+++ b/helpers/make-greybird-gtk-theme
@@ -16,8 +16,8 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-VERSION=7
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
+VERSION=8
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe'
 
 . ./config
 
-- 
GitLab