discord
discord copied to clipboard
Status Icon Colors do not get themed
I see that the theme should change the status icon indicators by user avatars. However, Discord must have changed something, because the selectors in the source no longer work.
Example:
I have added the following to my custom CSS rules that seem to work for me (Macchiato):
div[class^=avatar] rect[mask*=status-online] {
fill: #a6da95;
}
div[class^=avatar] rect[mask*=status-dnd] {
fill: #ed8796;
}
div[class^=avatar] rect[mask*=status-idle] {
fill: #eed49f;
}
Result:
( Images from the Official Catppuccin Discord Server )