-
-
Save kirsteins/11d31279514e9864a356957b95b4ba1a to your computer and use it in GitHub Desktop.
My Alfred Appearance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alfredtheme" : { | |
"result" : { | |
"textSpacing" : 4, | |
"subtext" : { | |
"size" : 12, | |
"colorSelected" : "#FFFFFFFF", | |
"font" : "CamingoCode", | |
"color" : "#7F7F7FFF" | |
}, | |
"shortcut" : { | |
"size" : 16, | |
"colorSelected" : "#FFFFFFFF", | |
"font" : "Menlo", | |
"color" : "#4C4C4CFF" | |
}, | |
"backgroundSelected" : "#57DDFF72", | |
"text" : { | |
"size" : 16, | |
"colorSelected" : "#FFFFFFFF", | |
"font" : "CamingoCode", | |
"color" : "#FFFFFFFF" | |
}, | |
"iconPaddingHorizontal" : 5, | |
"paddingVertical" : 4, | |
"iconSize" : 40 | |
}, | |
"separator" : { | |
"color" : "#00000000", | |
"thickness" : 1 | |
}, | |
"search" : { | |
"paddingVertical" : 2, | |
"background" : "#00000000", | |
"spacing" : 10, | |
"text" : { | |
"size" : 32, | |
"colorSelected" : "#000000FF", | |
"font" : "CamingoCode", | |
"color" : "#FFFFFFFF" | |
}, | |
"backgroundSelected" : "#BFF6ACFF" | |
}, | |
"scrollbar" : { | |
"color" : "#262626FF", | |
"thickness" : 2 | |
}, | |
"name" : "FR", | |
"credit" : "Frank Rausch", | |
"window" : { | |
"color" : "#1010109C", | |
"paddingHorizontal" : 10, | |
"width" : 560, | |
"borderPadding" : 10, | |
"borderColor" : "#00000000", | |
"blur" : 23, | |
"roundness" : 3, | |
"paddingVertical" : 10 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment