aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gtkosx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkosx.patch')
-rw-r--r--src/gtkosx.patch10
1 files changed, 10 insertions, 0 deletions
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));