puckzxz / NotAnotherAnimeTheme

A easily customizable and automatically updating theme for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mention Color Customization

Elepicos opened this issue · comments

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?

commented

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

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;
}