Added dark theme and updated light one

This commit is contained in:
Maciej Skrzyszewski
2019-06-07 20:59:16 +02:00
parent b15b48bcaa
commit 4e4b7ed126
2 changed files with 64 additions and 3 deletions

View File

@@ -0,0 +1,61 @@
{
"alfredtheme" : {
"result" : {
"textSpacing" : 5,
"subtext" : {
"size" : 10,
"colorSelected" : "#0000007F",
"font" : "System Light",
"color" : "#00000065"
},
"shortcut" : {
"size" : 16,
"colorSelected" : "#0000007F",
"font" : "System Light",
"color" : "#0000007F"
},
"backgroundSelected" : "#0000000D",
"text" : {
"size" : 16,
"colorSelected" : "#000000FF",
"font" : "System Light",
"color" : "#000000FF"
},
"iconPaddingHorizontal" : 6,
"paddingVertical" : 6,
"iconSize" : 40
},
"search" : {
"paddingVertical" : 4,
"background" : "#00000000",
"spacing" : 8,
"text" : {
"size" : 30,
"colorSelected" : "#000000FF",
"font" : "System Light",
"color" : "#000000FF"
},
"backgroundSelected" : "#B2D7FFFF"
},
"window" : {
"color" : "#FDFBFFFF",
"paddingHorizontal" : 9,
"width" : 560,
"borderPadding" : 0,
"borderColor" : "#FEFFFFFF",
"blur" : 0,
"roundness" : 4,
"paddingVertical" : 8
},
"credit" : "skrzyszewski.com",
"separator" : {
"color" : "#000000FF",
"thickness" : 0
},
"scrollbar" : {
"color" : "#00000032",
"thickness" : 2
},
"name" : "Pure Light"
}
}