Skip to content

Slack Mac/Windows Dark Theme + SideMenu Color Themes. Free for everyone! ๐Ÿ–Œ๏ธ

License

Notifications You must be signed in to change notification settings

lreiner/Slack-Dark-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Slack Dark Theme

1. Search for ssb-interop.js

C:\Users\{USERNAME}\AppData\Local\slack\app-{VERSION}\resources\app.asar.unpacked\src\static\ssb-interop.js

2. Insert this on top of the file

document.addEventListener('DOMContentLoaded', function() {
 $.ajax({
   url: 'https://raw.githubusercontent.com/lreiner/Slack-Dark-Theme/master/dark-theme.css',
   success: function(css) {
     $("<style></style>").appendTo('head').html(css);
   }
 });
});

3. Set this theme Variables in your Slack Settings

#2d2d2d,#434745,#00D0FF,#00D0FF,#434745,#FFFFFF,#00d0ff,#DB6668

About

Slack Mac/Windows Dark Theme + SideMenu Color Themes. Free for everyone! ๐Ÿ–Œ๏ธ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages