The docs burn my eyes due to the light theme used.
A dark theme with a toggle for users that oddly prefer to have a light theme for the docs
Using some jank stylus themes that are rather broken.
Dark mode theme for the docs w/ option to use light theme still.
first world problems
https://discord.js.org/#/docs
They made good docs, with _turn off the lights_ option and other tiny features, check it, I haven't seen better documentation
_P. S. I haven't worked with discord.js_
this is a preference, not an issue. you don't make GitHub issues for your preferences. if that was the case, I'd make issues for functions that I feel should be renamed. this is why this "issue" should be closed.
@tigerism The docs are on this GitHub repo and this is a pretty valid issue to raise as theming is configured through the docs source. Equally, if you had a legitimate issue with the naming convention of some methods within the library, an issue would be the correct way to raise it.
This seems to be a common request for whatever reason so here are the issues with it as I see it:
I would recommend this, because I don't really have extensions for my browser.
If I were to add a dark theme, which takes time and effort, I would also have to store the preference somewhere using cookies which I also do not like doing and do it via JavaScript to toggle etc.
There's actually a @media query to match against the user's preferred color scheme, however support is quite limited right now.
Even if you get a decent theme going, Firefox does not allow styling of the scrollbar without resorting to JavaScript which will bloat up the documentation even more. The light scrollbar on dark background will be jarring when you see it in code blocks.
Firefox 64+ supports an experimental scrollbar-color property that allows you to style the scrollbar track and thumb.

Most helpful comment
This seems to be a common request for whatever reason so here are the issues with it as I see it: