Skip to content

avdkishore/slack-custom-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Custom theme for slack desktop app

Custom theme for slack desktop app basing on Wesbos cobalt2 theme. For best alround theme, use Cobalt2 theme for the sidebar

Usage on Mac

  • cd /Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static
  • open /ssb-interop.js
  • Add the below piece of code in the very end of the file
document.addEventListener('DOMContentLoaded', function() {
  $.ajax({
    url: 'https://avdkishore.github.io/slack-custom-theme/index.css',
    success: function(css) {
      $("<style></style>").appendTo('head').html(css);
    }
  });
});
  • Restart slack

Note: This process needs to be followed whenever slack is updated

About

Custom theme for slack desktop app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages