DiscordStyles / DarkMatter

A cold, dark & frosty theme.
MIT License
146 stars 1.11k forks source link

Some bugs I have found while using the theme #7

Open jer4rud0 opened 3 years ago

jer4rud0 commented 3 years ago

disclaimer: I know little to none about CSS, I just tried tinkering with the skin file and reading related documentation online so pardon me in advance

::-webkit-scrollbar-track { visibility: hidden !important; }

- pasted message screen has no text box background
_tried fixing it with this_

.theme-dark, .theme-light { / Discord vars / --channeltextarea-background: rgba(0, 0, 0, 0.3); }

- background in the base.css is spelled as backgorund

div[id^="members-"] [class*="placeholder"] { --backgorund-primary: var(--text-normal); }

- buttons that appear on message hover is transparent; the red new messages line can be seen through
_tried fixing it with this_

div[id^="chat-messages-"] { --background-primary: rgba(var(--black), 1); }


oh, and window controls on macOS isn't affected by background dimming