From 4e4b7ed1263741a4b5b13f239d235d08e0107569 Mon Sep 17 00:00:00 2001 From: Maciej Skrzyszewski Date: Fri, 7 Jun 2019 20:59:16 +0200 Subject: [PATCH] Added dark theme and updated light one --- Pure Dark.alfredappearance | 61 +++++++++++++++++++ ...dappearance => Pure Light.alfredappearance | 6 +- 2 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 Pure Dark.alfredappearance rename Pure.alfredappearance => Pure Light.alfredappearance (93%) diff --git a/Pure Dark.alfredappearance b/Pure Dark.alfredappearance new file mode 100644 index 0000000..b2d3321 --- /dev/null +++ b/Pure Dark.alfredappearance @@ -0,0 +1,61 @@ +{ + "alfredtheme" : { + "result" : { + "textSpacing" : 5, + "subtext" : { + "size" : 10, + "colorSelected" : "#FFFFFF7F", + "font" : "System Light", + "color" : "#FFFFFF65" + }, + "shortcut" : { + "size" : 16, + "colorSelected" : "#FFFFFF7F", + "font" : "System Light", + "color" : "#FFFFFF00" + }, + "backgroundSelected" : "#FFFFFF19", + "text" : { + "size" : 16, + "colorSelected" : "#FFFFFFFF", + "font" : "System Light", + "color" : "#FFFFFFE4" + }, + "iconPaddingHorizontal" : 6, + "paddingVertical" : 6, + "iconSize" : 40 + }, + "search" : { + "paddingVertical" : 4, + "background" : "#000000FF", + "spacing" : 8, + "text" : { + "size" : 30, + "colorSelected" : "#000000FF", + "font" : "System Light", + "color" : "#FCF9FFFF" + }, + "backgroundSelected" : "#B2D7FFFF" + }, + "window" : { + "color" : "#000000FF", + "paddingHorizontal" : 9, + "width" : 560, + "borderPadding" : 0, + "borderColor" : "#FEFFFFFF", + "blur" : 0, + "roundness" : 4, + "paddingVertical" : 8 + }, + "credit" : "skrzyszewski.com", + "separator" : { + "color" : "#FFFFFFFF", + "thickness" : 0 + }, + "scrollbar" : { + "color" : "#FFFFFF32", + "thickness" : 2 + }, + "name" : "Pure Dark" + } +} \ No newline at end of file diff --git a/Pure.alfredappearance b/Pure Light.alfredappearance similarity index 93% rename from Pure.alfredappearance rename to Pure Light.alfredappearance index 884225e..4b25498 100644 --- a/Pure.alfredappearance +++ b/Pure Light.alfredappearance @@ -21,8 +21,8 @@ "font" : "System Light", "color" : "#000000FF" }, - "iconPaddingHorizontal" : 4, - "paddingVertical" : 3, + "iconPaddingHorizontal" : 6, + "paddingVertical" : 6, "iconSize" : 40 }, "search" : { @@ -56,6 +56,6 @@ "color" : "#00000032", "thickness" : 2 }, - "name" : "Pure" + "name" : "Pure Light" } } \ No newline at end of file