Skip to content

Commit d971a66

Browse files
committed
šŸ“¦ NEW: Theme with Borders
1 parent db5a106 commit d971a66

File tree

5 files changed

+72
-5056
lines changed

5 files changed

+72
-5056
lines changed

ā€Ž.release-it.jsonā€Ž

Lines changed: 0 additions & 25 deletions
This file was deleted.

ā€ŽREADME.mdā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
## Easy Installation
3535

36-
1. Download [`Shades of Purple for Alfred.alfredappearance`](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-alfred/master/Shades%20of%20Purple%20for%20Alfred.alfredappearance) — just click this link and Press <kbd>Cmd/Ctrl</kbd> + <kbd>S</kbd> to save it as is on your system. Make sure the extension remains `.alfredappearance`
36+
1. Download [`Shades of Purple (with Border).alfredappearance`](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-alfred/master/Shades%20of%20Purple%20(with%20Border).alfredappearance) — just click this link and Press <kbd>Cmd/Ctrl</kbd> + <kbd>S</kbd> to save it as is on your system. Make sure the extension remains `.alfredappearance`
3737
2. Double click to open it in Alfred, it will ask you to confirm the import. Do that.
3838
3. Done!!! šŸ™Œ
3939

@@ -117,4 +117,4 @@ This FOSS (free and open source software) project is updated and maintained with
117117

118118
Thanks to the creators of Slack and Icons8 for the icons in this readme.
119119

120-
_Say šŸ‘‹ on Twitter_ → [![Tweet for help](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Tweet%20@MrAhmadAwais)](https://twitter.com/mrahmadawais/)
120+
_Say šŸ‘‹ on Twitter_ → [![Tweet for help](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Tweet%20@MrAhmadAwais)](https://twitter.com/mrahmadawais/)
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"alfredtheme" : {
3+
"result" : {
4+
"textSpacing" : 9,
5+
"subtext" : {
6+
"size" : 10,
7+
"colorSelected" : "#1C1B3FFF",
8+
"font" : "Operator SSm",
9+
"color" : "#4B21FFFF"
10+
},
11+
"shortcut" : {
12+
"size" : 17,
13+
"colorSelected" : "#4A00FFFF",
14+
"font" : "Operator SSm",
15+
"color" : "#4B00FFFF"
16+
},
17+
"backgroundSelected" : "#FBD100FF",
18+
"text" : {
19+
"size" : 22,
20+
"colorSelected" : "#4B00FFFF",
21+
"font" : "Operator Mono Lig",
22+
"color" : "#CCD5DBFF"
23+
},
24+
"iconPaddingHorizontal" : 14,
25+
"paddingVertical" : 10,
26+
"iconSize" : 40
27+
},
28+
"search" : {
29+
"paddingVertical" : 6,
30+
"background" : "#1B1742FF",
31+
"spacing" : 10,
32+
"text" : {
33+
"size" : 35,
34+
"colorSelected" : "#000000FF",
35+
"font" : "Operator SSm",
36+
"color" : "#FEFFFEFF"
37+
},
38+
"backgroundSelected" : "#B2D7FFFF"
39+
},
40+
"window" : {
41+
"color" : "#1F1743FF",
42+
"paddingHorizontal" : 0,
43+
"width" : 587,
44+
"borderPadding" : 2,
45+
"borderColor" : "#FCD200FF",
46+
"blur" : 0,
47+
"roundness" : 2,
48+
"paddingVertical" : 4
49+
},
50+
"credit" : "Ahmad Awais",
51+
"separator" : {
52+
"color" : "#1C1941FF",
53+
"thickness" : 1
54+
},
55+
"scrollbar" : {
56+
"color" : "#FBD100FF",
57+
"thickness" : 2
58+
},
59+
"name" : "šŸ¦„ Shades of Purple (with Border)"
60+
}
61+
}

0 commit comments

Comments
Ā (0)
⚔