Afred Dark theme variant with translucent border, to make it more visible with dark windows (e.g. code editors with dark themes)
{ | |
"alfredtheme" : { | |
"result" : { | |
"textSpacing" : 5, | |
"subtext" : { | |
"size" : 12, | |
"colorSelected" : "#FFFFFFCB", | |
"font" : "System", | |
"color" : "#FFFFFF7E" | |
}, | |
"shortcut" : { | |
"size" : 16, | |
"colorSelected" : "#FFFFFFFF", | |
"font" : "System", | |
"color" : "#FFFFFF7E" | |
}, | |
"backgroundSelected" : "#358188FF", | |
"text" : { | |
"size" : 18, | |
"colorSelected" : "#FFFFFFFF", | |
"font" : "System", | |
"color" : "#FFFFFFCB" | |
}, | |
"iconPaddingHorizontal" : 4, | |
"paddingVertical" : 3, | |
"iconSize" : 40 | |
}, | |
"search" : { | |
"paddingVertical" : 4, | |
"background" : "#0000003E", | |
"spacing" : 8, | |
"text" : { | |
"size" : 34, | |
"colorSelected" : "#000000FF", | |
"font" : "System Light", | |
"color" : "#FFFFFFFF" | |
}, | |
"backgroundSelected" : "#B2D7FFFF" | |
}, | |
"window" : { | |
"color" : "#000000C6", | |
"paddingHorizontal" : 9, | |
"width" : 559, | |
"borderPadding" : 5, | |
"borderColor" : "#FFFFFF1A", | |
"blur" : 40, | |
"roundness" : 15, | |
"paddingVertical" : 8 | |
}, | |
"credit" : "Xavier Rubio Jansana", | |
"separator" : { | |
"color" : "#CBCBCBF3", | |
"thickness" : 0 | |
}, | |
"scrollbar" : { | |
"color" : "#358188FF", | |
"thickness" : 2 | |
}, | |
"name" : "Alfred Dark alt" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment