fawni / dracula

🧛🏻‍♂️ Dark theme for discord based on dracula
ISC License
45 stars 84 forks source link

Code blocks not using dracula colors #6

Closed LexiHDev closed 3 years ago

LexiHDev commented 3 years ago

Code blocks could use Dracula's theme colors but don't.

What code blocks look like: image

What code blocks colors should look like: image

fawni commented 3 years ago

i have actually tried to do that before for a separate theme but found out discord's codeblock customization through css is extremely limited. discord only provides a small amount of classes for codeblocks making it impossible to incorporate an entire theme color palette.

if you are using powercord, there is a plugin that solves that by rendering the codeblocks with shiki and giving you full customizability for codeblocks.

i will try to use the dracula color palette for discord's default codeblocks later, but expect something far from complete and probably ugly.