CapnKitten / Material-Discord

Material design theme for Discord
343 stars 153 forks source link

Wrong colors #179

Closed sirzento closed 1 year ago

sirzento commented 1 year ago

Idk why but the background color is darker than displayed on the preview pictures. The background color is the same color as the background at the channel select.:

My discord:

Preview:


Also the three buttons when in a call are still blue colored. When adding "!important" to the css property of the button they will get the right color:

Currently:

After the fix:


The two buttons on the left side are also blue:

But when disabling a rule it will get the right color (it will get --background-primary):

CapnKitten commented 1 year ago

The chat background color was updated, and a disclaimer is above the preview images. image

Most buttons use the accent color set by --accent-hue, --accent-saturation, and --accent-lightness. Text color is also controlled by --accent-text-color. The buttons you mentioned are styled as they should be for the theme.

You can view all of the variables here.

sirzento commented 1 year ago

Oh okey. I thought those buttons are way to bright so I did thought they ment to be dark. Do you maybe have the old values for the colors of the chat background?