Skip to content

Instantly share code, notes, and snippets.

@Gonzih
Last active January 16, 2018 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gonzih/b80bdca2110a0f51732860852cc52b00 to your computer and use it in GitHub Desktop.
Save Gonzih/b80bdca2110a0f51732860852cc52b00 to your computer and use it in GitHub Desktop.
Slack desktop night theme
// append to
// /usr/lib/slack/resources/app.asar.unpacked/src/static/ssb-interop.js
// based on https://github.com/laCour/slack-night-mode/
document.addEventListener('DOMContentLoaded', function() { $.ajax({ url: 'https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css', success: function(css) { $("<style></style>").appendTo('head').html(css); } }); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment