LuckFire / amoled-cord

A basically pitch black theme for Discord. Lights out, baby!
MIT License
411 stars 286 forks source link

[IMPROPERLY THEMED]: Scroller/Scrollbar Color Indistinguishable #88

Closed amxmu closed 1 day ago

amxmu commented 3 weeks ago

Client Mod

Vencord

Please provide screenshots of the unthemed areas.

If if it possible to change, could the scroller/scrollbar be made lighter? It's kind of impossible (at least for me) to distinguish it from the right sidebar

amoledcord scrollbar color

Before Submitting

LuckFire commented 1 day ago

Making it any lighter would make it too noticeable, so I have no plans to change the brightness of it.

If you want to modify them yourself, you can mess with these variables.

:root {
    --scrollbar-auto-scrollbar-color-track: var(--primary-860) !important;
    --scrollbar-auto-scrollbar-color-thumb: var(--primary-800) !important;
    --scrollbar-auto-thumb: var(--primary-800) !important;
    --scrollbar-auto-track: var(--primary-860) !important;
    --scrollbar-thin-thumb: var(--primary-800) !important;
    --scrollbar-thin-track: transparent !important;
}