Forked from felixqueisler/Minimal 2019.alfredappearance
Created
February 2, 2021 06:03
-
-
Save derplak/a92fccd722dab92d45de25e92993cba6 to your computer and use it in GitHub Desktop.
Alfred Theme Minimal 2019
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" : 5, | |
"subtext" : { | |
"size" : 10, | |
"colorSelected" : "#FEFFFEC4", | |
"font" : "System", | |
"color" : "#C6C6C665" | |
}, | |
"shortcut" : { | |
"size" : 18, | |
"colorSelected" : "#FEFFFEFF", | |
"font" : "System Light", | |
"color" : "#CD0055FF" | |
}, | |
"backgroundSelected" : "#0000001A", | |
"text" : { | |
"size" : 16, | |
"colorSelected" : "#FEFFFEFF", | |
"font" : "System", | |
"color" : "#D7D7D7E5" | |
}, | |
"iconPaddingHorizontal" : 13, | |
"paddingVertical" : 16, | |
"iconSize" : 29 | |
}, | |
"search" : { | |
"paddingVertical" : 16, | |
"background" : "#00000000", | |
"spacing" : 0, | |
"text" : { | |
"size" : 64, | |
"colorSelected" : "#000000FF", | |
"font" : "DIN Next LT Pro Medium", | |
"color" : "#F2F2F2FF" | |
}, | |
"backgroundSelected" : "#CD0055FF" | |
}, | |
"window" : { | |
"color" : "#171717E5", | |
"paddingHorizontal" : 15, | |
"width" : 698, | |
"borderPadding" : 0, | |
"borderColor" : "#171717EC", | |
"blur" : 40, | |
"roundness" : 12, | |
"paddingVertical" : 11 | |
}, | |
"credit" : "Felix Queisler (queisler.de)", | |
"separator" : { | |
"color" : "#CBCBCBF3", | |
"thickness" : 0 | |
}, | |
"scrollbar" : { | |
"color" : "#7A7A7AFF", | |
"thickness" : 2 | |
}, | |
"name" : "Minimal 2019" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment