change peertube color

This commit is contained in:
Evert Prants 2021-03-29 22:51:44 +03:00
parent 522b8d4efa
commit a5115537c9
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
},
{
"name": "url-peertube",
"version": "1.0.0"
"version": "1.0.1"
},
{
"name": "url-twitter",

View File

@ -2,7 +2,7 @@
"main": "plugin.js",
"name": "url-peertube",
"description": "URLReply PeerTube",
"version": "1.0.0",
"version": "1.0.1",
"tags": ["urlreply"],
"dependencies": ["urlreply"],
"npmDependencies": []

View File

@ -30,7 +30,7 @@ async function peertubeResponse(url: URL, msg: IMessage): Promise<boolean> {
keys.push(['field', '[LIVE]', {color: 'red'}]);
}
keys.push(['field', 'PeerTube', { color: 'white', type: 'title' }]);
keys.push(['field', 'PeerTube', { color: 'gold', type: 'title' }]);
keys.push(['field', data.name, {type: 'description'}]);
keys.push(['field', data.views.toString(), { type: 'metric', label: 'Views' }]);