#Rainbow version!

1 messages · Page 1 of 1 (latest)

prime lodge
#

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

trail carbon
#

i hope you get coal

prime lodge
#

thanks :3 i too wish you a nice campfire

prime lodge
#

if you set the light color to be white or gray or black or something else in the middle it wont change color

inner plume
#

can we aslo get similar css but when hovering channels? please

trim obsidian
#

Can you make an edit of it and add colored text tooltips?

stone niche
#

is there a way to make it not apply the vfx to the icon for the MemberCount plugin? its ok if not

prime lodge
#

screenshot would be helpful

prime lodge
#

my bad

#

it's the server popup right?
il figure it out thank you

silent lavaBOT
#

Alright @prime lodge, in 16 hours: hovering over text channels led tooltips

trim obsidian
prime lodge
#

oh

#

yeah that's

#

really easy actually

#

give me a second

trim obsidian
#

Yeah, I worded that wrong, my bad.

prime lodge
# trim obsidian 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

trim obsidian
#

It worked, thank you

inner plume
stone niche
#

other than that (very) minor issue i love it

prime lodge
#

thank you <3

amber kelp
trim obsidian
#

It appears the icons of those in VC when I hover over a server change colors, do you think you can fix this?

silent lavaBOT
#

@prime lodge, <t:1758167336:R>: hovering over text channels led tooltips

prime lodge
#

yep that's actually what Nova was reporting about

prime lodge
silent lavaBOT
#

Alright @prime lodge, in 1 hour: 5 more minutes mom

trim obsidian
#

I like the membercount changing colors. Just not the Icons of those in VC.

prime lodge
#

oh that makes things harder:3

#

not by a large margin tho

trim obsidian
#

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.

silent lavaBOT
#

@prime lodge, <t:1758225110:R>: 5 more minutes mom

prime lodge
#

5 more minutes

prime lodge
#

@trim obsidian @stone niche
Sorry i took so long! its fixed now

#

my finest work yet, hopy you enjoy! <3

prime lodge
prime lodge
#

oh i was actually just about to send the updated version that doesnt mess up the user profile

prime lodge
#

or do you want it to be a single color

tight shell
#

same with the tooltip look nice blobcatcozy

prime lodge
#

seems easy enough

#

@tight shell

tight shell
#

Yasss!!

prime lodge
#

il make it better

prime lodge
#

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

tight shell
#

Nice!

stone niche
inner plume
prime lodge
#

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

trim obsidian
#

Windows? Your computer? Did you lose everything?

prime lodge
#

ive been making that snippet in windows recovery enviorment

#

second screen didnt even work

trim obsidian
#

Are you running Windows 11? Cause there was an update that caused many problems for many systems

prime lodge
#

uhh at the time it was windows 10

#

i still have no idea why that happened

trim obsidian
#

Oh, nvm then. I've no idea how that happened then

prime lodge
#

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

trim obsidian
#

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)

prime lodge
#

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

trim obsidian
#

Maybe, better to be cautious though..

trim obsidian
#

mew

prime lodge
#

meoww

#

im on windows enterprise, might not have the bug i dont know :p

tight shell
storm basalt
#

Um dos mais legais que ja vi.

amber kelp
#

ummm

amber kelp
static schooner
# prime lodge

idk why but i can't make it work, the tooltip just stays green

prime lodge
prime lodge
#

what client mod are you using?

#

and are you sure you installed the snippet correctly?

inner plume
#

thank youu!@!❤️

static schooner
# prime lodge what client mod are you using?

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

prime lodge
static schooner
#

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;
    }
}
prime lodge
#

yeah that makes sense why its not working

#

while you have some code for the rainbow stuff the actual variables and intergration are missing

static schooner
#

i tried making the border and box-shadow have the --meowTooltipEffectiveHue in them, and then just replacing the color but leaving the other things

prime lodge
#

yeah i would just recommend copying the entire snippet

#

why splice it together anyways?

static schooner
#

idk, i just copied the original snippet and then the rainbow version believing it was an extension to the original one

prime lodge
#

ah no

prime lodge
# prime lodge

here, copy everything in this and put it into your quickcss^

#

should end up with this

static schooner
#

aight

#

i did that removing the original snippets i had and it still doesn't have the strips

prime lodge
#

oh- so

#

i see

#

you're only copying the stuff from the preview

#

you have to expand the full file

#

its 49 lines long

static schooner
#

damn, so the "copy" button doesn't copy the whole snippet

#

aight i understand it now

prime lodge
#

glad i could clear that up :3

#

also check out the version with led strip channels too

#

if you'd like :3

static schooner
prime lodge
#

no problemmm <3

static schooner
prime lodge
#

that's amazing to hear

tight shell
#

Thanks!

fossil nova
#

looks amazing

prime lodge
#

what theme are you using? I could add support maybe

fossil nova
fossil nova
prime lodge
#

for anyone still following, i just noticed its broken so here's the fixed version

trim obsidian
#

How so?

#

It seems fine to me

#

Woah

#

The new version causes a great big deal of lag

trim obsidian
#

Ah, mine must've been outdated. Cause now it's broken

fossil nova
trim obsidian
#

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

trim obsidian
#

Ah

#

Old one caused no issues for me

#

The new one though I can't use for some reason

prime lodge
#

my bad

#

I thought it was an issue with my discord

#

il try to get it fixed

prime lodge
#

I can update that one

trim obsidian
#

I added the name and author, everything is is pretty much untouched

prime lodge
#

@trim obsidian @fossil nova

fossil nova
#

thanks

trim obsidian
#

I see you kept the name and author in it. :thumbsup: It works great now