Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lreiner/slack-dark-theme

Slack Mac/Windows Dark Theme + SideMenu Color Themes. Free for everyone! 🖌️
https://github.com/lreiner/slack-dark-theme

colorscheme slack theme

Last synced: 24 days ago
JSON representation

Slack Mac/Windows Dark Theme + SideMenu Color Themes. Free for everyone! 🖌️

Awesome Lists containing this project

README

        

# 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
```javascript
document.addEventListener('DOMContentLoaded', function() {
$.ajax({
url: 'https://raw.githubusercontent.com/lreiner/Slack-Dark-Theme/master/dark-theme.css',
success: function(css) {
$("").appendTo('head').html(css);
}
});
});
```
### 3. Set this theme Variables in your Slack Settings
```
#2d2d2d,#434745,#00D0FF,#00D0FF,#434745,#FFFFFF,#00d0ff,#DB6668
```