From 7d88780e89876425df322b1b701c3b6ba5ab963e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 9 Mar 2022 19:18:51 -0500 Subject: Patch gtkosx theme to make pane separators more visible. --- src/gtkosx.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/gtkosx.patch (limited to 'src/gtkosx.patch') diff --git a/src/gtkosx.patch b/src/gtkosx.patch new file mode 100644 index 00000000..9eef2e4a --- /dev/null +++ b/src/gtkosx.patch @@ -0,0 +1,10 @@ +--- a/share/themes/macOS/gtk-3.0/gtk.css 2022-03-09 19:11:00.663189381 -0500 ++++ b/share/themes/macOS/gtk-3.0/gtk.css 2022-03-09 19:13:11.459060519 -0500 +@@ -958,6 +958,7 @@ + background-color: #e6e6e6; } + paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; } ++paned.horizontal > separator, paned.vertical > separator { min-width: 6px; min-height: 6px; background-color: @theme_bg_color; } + + overshoot.top { + background-image: -gtk-gradient(radial, center top, 0.55, center top, 0.6, from(rgba(46, 124, 247, 0.2)), to(transparent)); -- cgit v1.2.3