[themes] Added icons for GitHub and Spotify
This commit is contained in:
parent
27a06fc666
commit
e3e0cfa912
2 changed files with 13 additions and 1 deletions
|
@ -77,5 +77,11 @@
|
|||
"shuffle-off": { "prefix": "[s]" },
|
||||
"repeat-on": { "prefix": "R" },
|
||||
"repeat-off": { "prefix": "[r]" }
|
||||
},
|
||||
"github": {
|
||||
"prefix": "github"
|
||||
},
|
||||
"spotify": {
|
||||
"prefix": ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -93,5 +93,11 @@
|
|||
"shuffle-off": { "prefix": "" },
|
||||
"repeat-on": { "prefix": "" },
|
||||
"repeat-off": { "prefix": "" }
|
||||
}
|
||||
},
|
||||
"github": {
|
||||
"prefix": " "
|
||||
},
|
||||
"spotify": {
|
||||
"prefix": " "
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue