It's not perfect but for me close enough!
- Close slack
- Open this file
/Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js
- Append this to the end of it
document.addEventListener('DOMContentLoaded', function() {
$.ajax({
url: 'https://raw.githubusercontent.com/Rand-o/slack-dracula-theme/master/dracula.css',
success: function(css) {
$("<style></style>").appendTo('head').html(css);
}
});
});
- Open slack and enjoy.