From 0f6849f7132dda9399fc2c788d9d14778342fba7 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Mon, 23 May 2022 02:04:44 +0100 Subject: [PATCH 1/2] Add easy install instructions --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index b2d9d76..c2f3f18 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,15 @@ The default (master) branch is for Alfred 3. If you need the theme for Alfred 2, git checkout v2 +#### Install using [Homebrew](https://brew.sh) + +Easily install from [dracula/homebrew-install](https://github.com/dracula/homebrew-install/blob/master/Casks/dracula-alfred.rb): + +``` sh +brew tap dracula/install +brew install --cask dracula-alfred +``` + #### Install manually v3: Download using the [GitHub .zip download](https://github.com/dracula/alfred/archive/master.zip) option and unzip them. From 1758b1d787ecba0c49eb47eb3594c02bcf933922 Mon Sep 17 00:00:00 2001 From: danielbayley Date: Mon, 23 May 2022 13:34:05 +0100 Subject: [PATCH 2/2] Add corner rounding to match macOS 11+ UI --- Dracula.alfredappearance | 19 +++++++++++-------- INSTALL.md | 9 --------- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/Dracula.alfredappearance b/Dracula.alfredappearance index 54b84ac..d589a88 100644 --- a/Dracula.alfredappearance +++ b/Dracula.alfredappearance @@ -22,29 +22,32 @@ "color" : "#F8F8F27F" }, "iconPaddingHorizontal" : 4, + "roundness" : 5, "paddingVertical" : 3, "iconSize" : 40 }, "search" : { - "paddingVertical" : 5, - "background" : "#282A3600", + "backgroundSelected" : "#444759FF", + "paddingHorizontal" : 8, "spacing" : 4, "text" : { "size" : 34, - "colorSelected" : "#000000FF", + "colorSelected" : "#F8F8F2FF", "font" : "System Thin", "color" : "#F8F8F2FF" }, - "backgroundSelected" : "#A3CCFEFF" + "background" : "#282A3600", + "roundness" : 5, + "paddingVertical" : 5 }, "window" : { - "color" : "#282A36BF", + "color" : "#282A36FB", "paddingHorizontal" : 4, "width" : 559, "borderPadding" : 0, "borderColor" : "#0000007F", - "blur" : 40, - "roundness" : 3, + "blur" : 0, + "roundness" : 9, "paddingVertical" : 4 }, "credit" : "Zeno Rocha", @@ -58,4 +61,4 @@ }, "name" : "Dracula" } -} \ No newline at end of file +} diff --git a/INSTALL.md b/INSTALL.md index c2f3f18..b2d9d76 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,15 +10,6 @@ The default (master) branch is for Alfred 3. If you need the theme for Alfred 2, git checkout v2 -#### Install using [Homebrew](https://brew.sh) - -Easily install from [dracula/homebrew-install](https://github.com/dracula/homebrew-install/blob/master/Casks/dracula-alfred.rb): - -``` sh -brew tap dracula/install -brew install --cask dracula-alfred -``` - #### Install manually v3: Download using the [GitHub .zip download](https://github.com/dracula/alfred/archive/master.zip) option and unzip them.