NotAnotherAnimeTheme icon indicating copy to clipboard operation
NotAnotherAnimeTheme copied to clipboard

Mention Color Customization

Open Elepicos opened this issue 3 years ago • 2 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?

Elepicos avatar May 13 '21 19:05 Elepicos

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

puckzxz avatar May 13 '21 19:05 puckzxz

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

Elepicos avatar May 13 '21 19:05 Elepicos