Merge pull request #90 from yvesh/iconsGhSpotify
[themes] Added icons for GitHub and Spotify
This commit is contained in:
commit
764ab2e199
2 changed files with 13 additions and 1 deletions
|
@ -77,5 +77,11 @@
|
||||||
"shuffle-off": { "prefix": "[s]" },
|
"shuffle-off": { "prefix": "[s]" },
|
||||||
"repeat-on": { "prefix": "R" },
|
"repeat-on": { "prefix": "R" },
|
||||||
"repeat-off": { "prefix": "[r]" }
|
"repeat-off": { "prefix": "[r]" }
|
||||||
|
},
|
||||||
|
"github": {
|
||||||
|
"prefix": "github"
|
||||||
|
},
|
||||||
|
"spotify": {
|
||||||
|
"prefix": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,5 +93,11 @@
|
||||||
"shuffle-off": { "prefix": "" },
|
"shuffle-off": { "prefix": "" },
|
||||||
"repeat-on": { "prefix": "" },
|
"repeat-on": { "prefix": "" },
|
||||||
"repeat-off": { "prefix": "" }
|
"repeat-off": { "prefix": "" }
|
||||||
|
},
|
||||||
|
"github": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"spotify": {
|
||||||
|
"prefix": " "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue