Skip to content

Instantly share code, notes, and snippets.

@kaeawc
Created October 22, 2018 21:56
Show Gist options
  • Save kaeawc/4c381ab68071824d890822eb6666cf80 to your computer and use it in GitHub Desktop.
Save kaeawc/4c381ab68071824d890822eb6666cf80 to your computer and use it in GitHub Desktop.
Black Slack Theme
document.addEventListener('DOMContentLoaded', function() {
$.ajax({
url: 'https://raw.githubusercontent.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