Created
March 22, 2019 14:02
-
-
Save frankrausch/b1fedad217555e9216ae3e7eabab83bb to your computer and use it in GitHub Desktop.
My Alfred Appearance
This file contains 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", | |
"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