[themes] Added icons for GitHub and Spotify

This commit is contained in:
Yves Hoppe 2017-05-27 12:48:02 +02:00
parent 27a06fc666
commit e3e0cfa912
No known key found for this signature in database
GPG key ID: ADBC67C615D70A63
2 changed files with 13 additions and 1 deletions

View file

@ -77,5 +77,11 @@
"shuffle-off": { "prefix": "[s]" },
"repeat-on": { "prefix": "R" },
"repeat-off": { "prefix": "[r]" }
},
"github": {
"prefix": "github"
},
"spotify": {
"prefix": ""
}
}

View file

@ -93,5 +93,11 @@
"shuffle-off": { "prefix": "" },
"repeat-on": { "prefix": "" },
"repeat-off": { "prefix": "" }
},
"github": {
"prefix": "  "
},
"spotify": {
"prefix": "  "
}
}