CapnKitten / Material-Discord

Material design theme for Discord
343 stars 153 forks source link

Is there a var I can modify to change the discord icon color? #211

Closed LuminarySage closed 2 months ago

LuminarySage commented 2 months ago

The same color is also used for the folder icon, the background for the add server and discovery buttons, and the server icon background color for servers using the default initialism icon

CapnKitten commented 2 months ago
.wrapper_f90abb .childWrapper_f90abb,
.wrapper_f90abb:hover .childWrapper_f90abb,
.circleIconButton_db6521,
.circleIconButton_db6521.selected_db6521,
.folderIconWrapper_bc7085[style="background-color: rgba(88, 101, 242, 0.4);"],
.expandedFolderIconWrapper_bc7085 svg[style="color: rgb(88, 101, 242);"] {
    --accent-hsl: 0,0%,100%;
    --accent-hsl--material-you: var(--accent-hsl);
    --accent-text-color--material-you: hsl(0,0%,0%);
}