Merge pull request #90 from yvesh/iconsGhSpotify

[themes] Added icons for GitHub and Spotify
This commit is contained in:
tobi-wan-kenobi 2017-05-27 13:16:09 +02:00 committed by GitHub
commit 764ab2e199
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": "  "
}
}