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

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

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);
```