diff --git a/Pure.alfredappearance b/Pure.alfredappearance new file mode 100644 index 0000000..884225e --- /dev/null +++ b/Pure.alfredappearance @@ -0,0 +1,61 @@ +{ + "alfredtheme" : { + "result" : { + "textSpacing" : 5, + "subtext" : { + "size" : 10, + "colorSelected" : "#0000007F", + "font" : "System Light", + "color" : "#00000065" + }, + "shortcut" : { + "size" : 16, + "colorSelected" : "#0000007F", + "font" : "System Light", + "color" : "#0000007F" + }, + "backgroundSelected" : "#0000000D", + "text" : { + "size" : 16, + "colorSelected" : "#000000FF", + "font" : "System Light", + "color" : "#000000FF" + }, + "iconPaddingHorizontal" : 4, + "paddingVertical" : 3, + "iconSize" : 40 + }, + "search" : { + "paddingVertical" : 4, + "background" : "#00000000", + "spacing" : 8, + "text" : { + "size" : 30, + "colorSelected" : "#000000FF", + "font" : "System Light", + "color" : "#000000FF" + }, + "backgroundSelected" : "#B2D7FFFF" + }, + "window" : { + "color" : "#FDFBFFFF", + "paddingHorizontal" : 9, + "width" : 560, + "borderPadding" : 0, + "borderColor" : "#FEFFFFFF", + "blur" : 0, + "roundness" : 4, + "paddingVertical" : 8 + }, + "credit" : "skrzyszewski.com", + "separator" : { + "color" : "#000000FF", + "thickness" : 0 + }, + "scrollbar" : { + "color" : "#00000032", + "thickness" : 2 + }, + "name" : "Pure" + } +} \ No newline at end of file diff --git a/README.md b/README.md index 005f79a..e342af7 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,4 @@ Double click on 'Pure.alfredappearance' ### Setup via Packal -1. Import theme -[Pure theme for Alfred](http://www.packal.org/theme/pure) \ No newline at end of file +1. Import theme from Packal: [Pure theme for Alfred](http://www.packal.org/theme/pure) \ No newline at end of file diff --git a/img/alfred-theme-pure.png b/img/alfred-theme-pure.png index ffa5329..2670e4a 100644 Binary files a/img/alfred-theme-pure.png and b/img/alfred-theme-pure.png differ