• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Theme for TeaClient

Vafin

TeaFanatic
Original theme
1401

My theme
1405

You can test the theme as follows:

1. Start the tea client without connecting to the server
2. Open the folder C:\Users\here is your account name\AppData\Roaming\TeaClient\tmp\ui\release_1558531378\css\static
and replace file base.css
3. Go to settings and change your language again
 

Attachments

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Uhh you're tricky :)
I'm loving your effort and which which incredible stuff you come up.

I have a little hint for you:
Code:
2. Open the folder C:\Users\here is your account name\AppData\Roaming\TeaClient\tmp\ui\release_1558531378\css\static
and replace file base.css
The path could be made easier by using env variables:
Code:
%APPDATA%\TeaClient\tmp\ui\release_1558531378\css\static
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Well blue is not my favorite, but thats not really mattering :D
You're already able to load custom UI packs via the start command line.
Example:
Code:
./TeaClient.exe --debug --updater-ui-ignore-version -t -u http://localhost:8081/
Note that you've executed the files.js within the TeaWeb repository.
Code:
node files.js serve client dev 8081
I know this is not for production environment but it is a start.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
You've to execute "node files.js serve client dev 8081" within the WebClient's repository :)