Created
May 14, 2019 02:59
-
-
Save flipjs/ee34788ac26765615e74e11c67957cb1 to your computer and use it in GitHub Desktop.
Slack Dark Mode for Mojave
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.addEventListener('DOMContentLoaded', function() { | |
$.ajax({ | |
url: 'https://dark-theme.netlify.com', | |
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
Source:
https://github.com/elv1n/slack-dark-mojave-theme