-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it possible to change client name color? #4
Comments
could you provide a screenshot? |
ahh i see, i think the best way is, if you go into debug mode and look into ur browser, than look for the element name, so you can change the color on the code |
yeah thats what i already tried, but didn't really found a way to do it |
change the --white color i think |
yeah, i already changed that to red for example but it doesn't change the name color |
/* name color */
.ts-server-tree-item-leaf.client, .ts-server-tree-item-leaf.client.self {
color: var(--name-color) !important;
} look for this |
im using the darkNue.css |
yea i think you have to change this, lets have a look in debug console in browser, there you can see more info, got no time rn |
so i have to deactivate the first color stuff, wich i showed in my last message weird |
yes, unfortunately the code behind is written a bit "funny".... |
great work! hope we will see an update on this theme soon.... there are so many bugs.... |
Hi,
i wanna know if i can change the textcolor from client names somehow?
since i changed the background and made it to show in channel tree and in some places its white text on white/bright background.
I did some testing but couldn't figure out a way to do it. Would appreciate the help! :)
The text was updated successfully, but these errors were encountered: