From 58ce382c84067aaedbf168ebd8049bed9a23d781 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 11 Mar 2022 09:40:29 -0500 Subject: Updated gtkosx theme to highlight default buttons. --- src/gtkosx.patch | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/gtkosx.patch b/src/gtkosx.patch index 9eef2e4a..f0b98940 100644 --- a/src/gtkosx.patch +++ b/src/gtkosx.patch @@ -1,6 +1,14 @@ --- 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 @@ ++++ b/share/themes/macOS/gtk-3.0/gtk.css 2022-03-10 23:45:05.972647143 -0500 +@@ -225,6 +225,7 @@ + border-color: transparent; + background-color: transparent; + color: #8C8C8C; } ++button.default { background-color: #2E7CF7, color: #FFFFFF; } + + checkbutton.text-button, radiobutton.text-button { + padding: 4px; +@@ -958,6 +959,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; } -- cgit v1.2.3