#Rainbow version!
1 messages · Page 1 of 1 (latest)
for the fancy neighbors here that could afford expensive lights
OLD FLAWED SNIPPET REMOVED, USE UPDATED VERSION:
#1417884590076596345 message
for speed, more is slower less is faster
steps is to limit the amount of colors, if you want it to be fully rainbow you could just remove steps() altogether
i hope you get coal
thanks :3 i too wish you a nice campfire
if you have colored tooltip text the tooltip text will change color
if you set the light color to be white or gray or black or something else in the middle it wont change color
can we aslo get similar css but when hovering channels? please
Can you make an edit of it and add colored text tooltips?
is there a way to make it not apply the vfx to the icon for the MemberCount plugin? its ok if not
what does this mean?
screenshot would be helpful
ahhh.. I didn't think about that
my bad
it's the server popup right?
il figure it out thank you
will do
Alright @prime lodge, in 16 hours: hovering over text channels led tooltips
I meant make the text change colors like the "LEDs"
Yeah, I worded that wrong, my bad.
I'm not currently at pc so I can't make it more stable but it's this
OUTDATED
this is now included in the full snippet
/* Apply tooltip color */
.tooltip__382e7, .tooltipContent__4e35b > .defaultColor__4bd52, .guildNameText_b1f768 {
color: greenyellow !important;
}
lmk if it works
or doesn't
let me know :3
keep in mind when changing default color that the color of the text is matched to the color of the led strip, greenyellow for both the text and the led color, that's how you make it match
or ignore me if you don't change the color
It worked, thank you
thank you & looking forward ❤️
no worries!
other than that (very) minor issue i love it
thank you <3
It appears the icons of those in VC when I hover over a server change colors, do you think you can fix this?
@prime lodge, <t:1758167336:R>: hovering over text channels led tooltips
yep that's actually what Nova was reporting about
I was looking into this and fixed both of your guyses issues separately but combining is a bit difficult
Alright @prime lodge, in 1 hour: 5 more minutes mom
I like the membercount changing colors. Just not the Icons of those in VC.
I'm sorry it makes things harder even if by a little bit. I'd do it myself but I know almost nothing when it comes to coding.
@prime lodge, <t:1758225110:R>: 5 more minutes mom
@trim obsidian @stone niche
Sorry i took so long! its fixed now
my finest work yet, hopy you enjoy! <3
Outdated use [this](#1417884590076596345 message)!
this is amazing, tysm!!!
oh i was actually just about to send the updated version that doesnt mess up the user profile

how would you want it to act? would you want it to be rainbow? and would you want the color to be consistent throughout hovering over other channels?
or do you want it to be a single color
same with the tooltip look nice 
yes just like scha said..
il make it better
I made
- the color consistent throughout led strips
- hovered over channels have the strip
Todo: - improve selectors
- make the color match on the channel icon and unread indicator
- maybe some fancy stuff with the unread indicator, would be cool
also for anyone who wants to be able to define their own colors, that's on the list too <3
Nice!
i honestly didnt even realize that yet, ty lol
❤️ thank youuu!! waiitngg~
Sorry for no updates, i spent most of today fixing my windows
all appears well now :3
here's the current look but the stuff on the todo list is still not done
Windows? Your computer? Did you lose everything?
oh everything has been messed up since monday
ive been making that snippet in windows recovery enviorment
second screen didnt even work
Are you running Windows 11? Cause there was an update that caused many problems for many systems
Oh, nvm then. I've no idea how that happened then
but today my new disk came in and my partner set up a windows 11 usb for me to install with
rn im just transfering everything
Ah, Are you using an SSD? If so, be careful transfering large amounts of files. Said update killed SSDs(It caused SSD's to get unformatted thus people losing everything, they get it back but it'd be corrupted so they'd have to reinstall windows again)
i dont believe that my new ssd is affected
at least it wasnt on the list
- i believe that if i power cycle it brings stuff back to the way it should have been
its not permenant
Maybe, better to be cautious though..
mew

ummm
for who wordering, this is what he said:
This is the best thing I've ever seen'
idk why but i can't make it work, the tooltip just stays green
thank you!
sorry to hear its not working for you
what client mod are you using?
and are you sure you installed the snippet correctly?
also, for everyone waiting for the rainbow channel snippet, its done! :333
@inner plume @tight shell
thank youu!@!❤️
im using vencord, and tbh idk how to set up properly, i have both snippets the normal one and the rainbow extension, i tried having bot separated and then adding the rainbow one that added the property/variable replacing the color and then the whole border thing, im really new to css so idk how to set it up
right now i just have both separated the rainbow property and keyframes on top of the normal green one
ohh the rainbow one replaces the normal one actually
like right now i just have it like this
/* Custom property (for animating)*/
@property --meowTooltipEffectiveHue { syntax: '<angle>'; inherits: false; initial-value: 0deg;}
/* The animation */
@keyframes hueRotation { from {--meowTooltipEffectiveHue: calc(var(--meowTooltipDefaultHue)) } to {--meowTooltipEffectiveHue: calc(var(--meowTooltipDefaultHue) + 360deg) } }
/* Hide tooltip pointer */
/* Hide tooltip pointer */
[class^="tooltipPointer__"], [class^="caret__"] {display: none !important;}
/* Narrow scope Apply the effect Include profile tooltips but exclude profile status*/
[class^="clickTrapContainer_"] [class*="tooltipPrimary__"],[role="tooltip"]:not([class^="container_"]) {
padding-right: 5px;
padding-left: 5px;
/* Override for other tooltip type */
&[role="tooltip"] { padding: 8px 16px; }
border: solid 4px dimgray;
border-radius: 16px;
inset: -3px;
position: relative;
&::before {
content: "";
position: absolute;
inset: -3px;
border: dotted 4px greenyellow;
border-radius: 16px;
filter: blur(2px);
box-shadow: inset greenyellow 0 0 10px, greenyellow 0 0 15px;
}
}
yeah that makes sense why its not working
while you have some code for the rainbow stuff the actual variables and intergration are missing
i tried making the border and box-shadow have the --meowTooltipEffectiveHue in them, and then just replacing the color but leaving the other things
yeah i would just recommend copying the entire snippet
why splice it together anyways?
idk, i just copied the original snippet and then the rainbow version believing it was an extension to the original one
ah no
here, copy everything in this and put it into your quickcss^
should end up with this
aight
i did that removing the original snippets i had and it still doesn't have the strips
oh- so
i see
you're only copying the stuff from the preview
you have to expand the full file
its 49 lines long
damn, so the "copy" button doesn't copy the whole snippet
aight i understand it now
glad i could clear that up :3
also check out the version with led strip channels too
if you'd like :3
tysm!
no problemmm <3
i really love it!
that's amazing to hear
looks amazing
oh that's weird, that's not supposed to do that
what theme are you using? I could add support maybe
im on mobile but if im right its flashcord and clearvision combined
for anyone still following, i just noticed its broken so here's the fixed version
How so?
It seems fine to me
Woah
The new version causes a great big deal of lag
Ah, mine must've been outdated. Cause now it's broken
might be lag
New version lags. A shit ton. Borderline unusable. I'm talking about the old one. it worked for me at the time but Discord updated for me like a day or two ago.
My Discord must've been outdated
old one lagged for me
Ah
Old one caused no issues for me
The new one though I can't use for some reason
which is the old one that didn't lag?
I can update that one
I added the name and author, everything is is pretty much untouched
oh you changed the amount of colors
non laggy final fixed rainbow version but without channel highlighting
@trim obsidian @fossil nova
thanks
I see you kept the name and author in it. :thumbsup: It works great now