discord icon indicating copy to clipboard operation
discord copied to clipboard

Status Icon Colors do not get themed

Open jack-mil opened this issue 1 year ago • 0 comments

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: image

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: image

( Images from the Official Catppuccin Discord Server )

jack-mil avatar Feb 27 '24 01:02 jack-mil