Skip to content

mattiacantalu/Slack-Dark-Mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Slack-Dark-Mode

Slack Night Mode by laCour theme reposted in a css version compatible with Slack for Desktop.

Append to your Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js the following code:

document.addEventListener('DOMContentLoaded', function() {
 $.ajax({
   url: 'FILE_URL',
   success: function(css) {
     $("<style></style>").appendTo('head').html(css);
   }
 });
});

and replace FILE_URL with your file url path (e.g. for me is https://cdn.rawgit.com/mattiacantalu/Slack-Dark-Mode/master/dark-mode.css).

About

Slack for macOS dark mode theme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages