Skip to content

Instantly share code, notes, and snippets.

@typkrft
Created July 18, 2020 06:00
Show Gist options
  • Save typkrft/570cbf36a16c0b8f090881c14af324ef to your computer and use it in GitHub Desktop.
Save typkrft/570cbf36a16c0b8f090881c14af324ef to your computer and use it in GitHub Desktop.
Pywal Template For Alfred
{{
"alfredtheme" : {{
"result" : {{
"textSpacing" : 5,
"subtext" : {{
"size" : 12,
"colorSelected" : "#FFFFFFFF",
"font" : "VictorMono Nerd Font",
"color" : "#FFFFFF7E"
}},
"shortcut" : {{
"size" : 16,
"colorSelected" : "#FFFFFFFF",
"font" : "VictorMono Nerd Font",
"color" : "{color6}FF"
}},
"backgroundSelected" : "{color2}8B",
"text" : {{
"size" : 18,
"colorSelected" : "#FFFFFFFF",
"font" : "VictorMono Nerd Font",
"color" : "#FFFFFFCB"
}},
"iconPaddingHorizontal" : 4,
"paddingVertical" : 3,
"iconSize" : 40
}},
"search" : {{
"paddingVertical" : 5,
"background" : "#00000000",
"spacing" : 8,
"text" : {{
"size" : 34,
"colorSelected" : "#FFFFFFFF",
"font" : "VictorMono Nerd Font",
"color" : "#FFFFFFFF"
}},
"backgroundSelected" : "#45A9B3FF"
}},
"window" : {{
"color" : "{color4}87",
"paddingHorizontal" : 9,
"width" : 671,
"borderPadding" : 0,
"borderColor" : "#0000007F",
"blur" : 28,
"roundness" : 10,
"paddingVertical" : 8
}},
"credit" : "Brandon Shockley",
"separator" : {{
"color" : "#CBCBCBF3",
"thickness" : 0
}},
"scrollbar" : {{
"color" : "E5",
"thickness" : 2
}},
"name" : "Doom"
}}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment