#Oops I forgot images

1 messages · Page 1 of 1 (latest)

sick mauve
#

Oops I forgot images
after:

#

before:
(completely unusable, ik)

#

Version that only changes color and will work even if the color of the role changes in the future
-# (except in replies and mentions since there's no role id there)

:root {
  --regular-role-color: 128, 163, 255;
}

[class^=roleIcon_][src*="/1026504932959977532/"] {
  content: url('https://cdn.discordapp.com/emojis/1251341798656315402.webp?size=80&quality=lossless');
  [class^=username_]:has(+span &) {
    color: rgb(var(--regular-role-color)) !important;
  }
}
[id^=message-reply-context] [class^=username_][style="color: rgb(11, 218, 81);"] {
  color: rgb(var(--regular-role-color)) !important;
}

[class^=role_][data-list-item-id$="_1026504932959977532"] [class^=roleCircle_] {
  background-color: rgb(var(--regular-role-color)) !important;
}

:is([class^=roleMention_],
[data-slate-node=element]>[class^=wrapper_])[style^="color: rgb(11, 218, 81);"] {
  color: rgb(var(--regular-role-color)) !important;
  background-color: rgba(var(--regular-role-color), 0.1)  !important;

  &:hover {
    background-color: rgba(var(--regular-role-color), 0.3)  !important;
  }
}```
#

Oops I forgot images

wind brook
#

you do realize that the color is randomly generated daily

#

you could select the roleicon that has "regular" in it to force username color but then you also force them on people that have custom role color but regular roleicon

sick mauve
timber cloak
#

how do u know what any of the roles mean

#

am i dumb :3

timber cloak
#

like

#

idk

#

how do u get different roles ig is my question

sick mauve
#

the snippet mostly uses the color to select it

tranquil isle
#

you're weird

serene roost
#

hi. i may be blind or there isn't a channel but id like to request a snippet. is it possible to make the soundboard picker resizable? i have a ton of servers/favorited sounds and the soundboard picker is tiny

subtle igloo
#

did you know

#

the role icon has the role id in src

wind brook
#

yes but people have the icon but might have another role color

subtle igloo
#

ohh

subtle igloo
#

but i doubt they'd accept that by itself

#

would need to pr some other additional themeattributes along with it

#

or have github repo with up-to-date regular role color

#

manually update every day

wind brook
#

there's a lot I'd change or add to themeattributes if I knew js/ts