From 362e57d13718965dfa4c0e6bfa91ddd87a9de701 Mon Sep 17 00:00:00 2001 From: "Mr. Pennyworth" Date: Mon, 1 Jul 2024 19:59:15 -0500 Subject: [PATCH] Add support for transparency and blur from Alfred's theme `AlfredExtraPane.app` has been updated to support Alfred themes containing transparency and blur. - https://github.com/mr-pennyworth/alfred-extra-pane/commit/16e71e0487719ba36fff9d9c4c38027d4c178e1a - https://github.com/mr-pennyworth/alfred-extra-pane/commit/2295b987af852476e31c30412cf8140504b9f002 Given that the new version of the extra pane renders the window with appropriate color, and expects the HTML to not have its own background color, in this change, we update the CSS for dict entries. --- dict-entry.css | 2 +- info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dict-entry.css b/dict-entry.css index 324f93b..5c9c037 100644 --- a/dict-entry.css +++ b/dict-entry.css @@ -7,7 +7,7 @@ html { - background-color: var(--window-color, #1d1e28); + background-color: transparent; color: var(--result-text-color, #eee); } diff --git a/info.plist b/info.plist index b076b8f..5780b5f 100644 --- a/info.plist +++ b/info.plist @@ -890,7 +890,7 @@ Subsequent searches should be snappy variablesdontexport version - 0.2.14 + 0.2.15 webaddress https://github.com/mr-pennyworth/alfred-better-dictionaries