LazyDiscord is theme for BeautifulDiscord that makes it follow Slack's design.
Discord's design has too much whitespace, poor font weights (particularly noticable on @1x displays), and some very odd margin/alignment oddities. I took a design I know I like and replicated it on Discord.
Download this repo and use css/styles.css
as your --css
argument with
BeautifulDiscord. It will from
that point on automatically update when you update that repo/file.
- Denser Server Sidebar
- Customizable Color Schemes
- Light and Dark Support
- Square Icons
- Proper greys, none of that blueish grey rubbish
- Have node, npm, and gulp installed locally.
- If you're running for the first time, run
npm install
. - Run
gulp
and it will watch the scss folder. - Install as normal.
Discord obfascates their classes, so I need to use these ineficcient attribute searches to implement the theme. Should be resilient enough to updates, but who knows.
- Dark theme needs colors set
- Probably more I need to start writing down.
- Simplify install process