Skip to content

Commit

Permalink
Add support for transparency and blur from Alfred's theme
Browse files Browse the repository at this point in the history
`AlfredExtraPane.app` has been updated to support Alfred themes
containing transparency and blur.
 - mr-pennyworth/alfred-extra-pane@16e71e0
 - mr-pennyworth/alfred-extra-pane@2295b98

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.
  • Loading branch information
mr-pennyworth committed Jul 2, 2024
1 parent 3d91be6 commit 362e57d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dict-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

html
{
background-color: var(--window-color, #1d1e28);
background-color: transparent;
color: var(--result-text-color, #eee);
}

Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ Subsequent searches should be snappy
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.2.14</string>
<string>0.2.15</string>
<key>webaddress</key>
<string>https://github.com/mr-pennyworth/alfred-better-dictionaries</string>
</dict>
Expand Down

0 comments on commit 362e57d

Please sign in to comment.