A darker, more contrasty, Slack theme.
Mac OS:
- Open
/Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js
- At the very bottom, add
document.addEventListener('DOMContentLoaded', function() {
$.ajax({
url: 'https://raw.githubusercontent.com/NesterovichAlexey/Slack-Theme/master/custom.css',
success: function(css) {
$("<style></style>").appendTo('head').html(css);
}
});
});
3.That's it! Restart Slack and see how well it works.
NB: You'll have to do this every time Slack updates.