Inspired by: https://gist.github.com/a7madgamal/c2ce04dde8520f426005e5ed28da8608
- Close slack
- Open this file
/Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js
- Append this to it
document.addEventListener('DOMContentLoaded', function() {
$.ajax({
url: 'https://cdn.rawgit.com/protoEvangelion/45cefed63be646fab34a9b9c117888f5/raw/2fa5d6527f8e15f7cd4208b984c9ec28353a9609/slack-dracula.css',
success: function(css) {
$("<style></style>").appendTo('head').html(css);
}
});
});
- Open slack and enjoy!