puckzxz / NotAnotherAnimeTheme

A easily customizable and automatically updating theme for Discord
The Unlicense
238 stars 985 forks source link

Mention Color Customization #162

Open Elepicos opened 3 years ago

Elepicos commented 3 years ago

I managed to find a way to customize the color of a mention using :

.theme-dark .message.mentioned .message-text { background: rgba(0, 0, 0, 1) !important; }

and was wondering how to apply this to the theme itself as a customizable trait. Is there already a way to do so or is this something that is yet to be developed?

puckzxz commented 3 years ago

You can customize it like that for now but it will be a default option in version 3 of the theme.

Elepicos commented 3 years ago

ok. i did find btw a current working way is using the code below and just adjusting colors

.mentioned-xhSam7 { background-color:rgba(129, 0, 0, 0.308); } .mentioned-xhSam7::before{ background-color: rgb(252, 0, 0); }

.wrapper-3WhCwL { color: rgb(0, 70, 161) !important; background-color: rgba(52, 3, 145, 0.425) !important; }