Refactor code to improve performance and readability

This commit is contained in:
Janis
2024-01-18 20:02:46 +01:00
commit 88494d45eb
3 changed files with 37 additions and 0 deletions

3
BetterTeamSpeakTheme.css Normal file
View File

@@ -0,0 +1,3 @@
.tsv-text-truncate {
color: red !important;
}

BIN
default1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

34
package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "better-teamspeak-theme",
"description": "Better TeamSpeak Theme",
"version": "1.0.1",
"identifier": "de.dertyp.ts",
"engines": {
"teamspeak": 1
},
"homepage": "https://community.teamspeak.com/t/skin-cleanspeak-a-the-all-new-teamspeak-5-theme/20168",
"docsUrl": "https://community.teamspeak.com/t/skin-cleanspeak-a-the-all-new-teamspeak-5-theme/20168",
"repository": {
"url": "https://github.com/Gamer92000/CleanSpeak",
"type": "git",
"directory": "Theme"
},
"image": "default1.png",
"license": "MIT",
"author": {
"name": "dertyp7",
"email": "dertyp7@tealfire.de",
"url": "https://tealfire.de",
"userTag": "dertyp7@myteamspeak.com"
},
"content": {
"themes": [
{
"name": "BetterTeamSpeakTheme",
"source": "BetterTeamSpeakTheme.css",
"apiVersion": 1,
"image": "default1.png"
}
]
}
}