Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! 🖌️
- Host: GitHub
- URL: https://github.com/lreiner/slack-dark-theme
- Owner: lreiner
- License: mit
- Created: 2018-11-20T15:41:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T12:52:42.000Z (over 4 years ago)
- Last Synced: 2024-05-20T18:31:14.679Z (6 months ago)
- Topics: colorscheme, slack, theme
- Language: CSS
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```