https://github.com/buffermet/dark-slack
Dark CSS theme for Slack workspaces
https://github.com/buffermet/dark-slack
Last synced: 11 months ago
JSON representation
Dark CSS theme for Slack workspaces
- Host: GitHub
- URL: https://github.com/buffermet/dark-slack
- Owner: buffermet
- License: gpl-2.0
- Created: 2018-11-08T10:46:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T09:45:21.000Z (over 5 years ago)
- Last Synced: 2025-02-08T23:15:41.929Z (about 1 year ago)
- Language: CSS
- Size: 28.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dark CSS theme for Slack workspaces
**Sidebar Theme**: `#000000,#121212,#444444,#ffffff,#101010,#FFFFFF,#95ff00,#57fcff`
**CSS:** [dark-theme.css](https://buffermet.github.io/cdn/github.com/buffermet/dark-slack/dark-theme.css)
## Enable with console
```js
link = document.createElement("link");
link.rel = "stylesheet";
link.href = "https://buffermet.github.io/cdn/github.com/buffermet/dark-slack/dark-theme.css";
document.body.appendChild(link);
```