A dark Slack theme based on Visual Studio's dark theme that's an easy install for Windows users!
No need for downloading or editing files by hand! On Windows with Slack already installed, open a command prompt and run this command:
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression "$(Invoke-WebRequest https://raw.githubusercontent.com/marchica/slack-black-theme/master/src/ps/scripts.ps1 -UseBasicParsing); Install-SlackPatch""
That's it! If Slack was open, then hit ctrl-R
in Slack to refresh and check it out. 👀
Note: You'll need to run this command every time Slack updates. If the theme is gone, then it's time to run the command above again.
Run the command below and ctrl-R
in Slack. Or reinstall Slack.
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression "$(Invoke-WebRequest https://raw.githubusercontent.com/marchica/slack-black-theme/master/src/ps/scripts.ps1 -UseBasicParsing); Uninstall-SlackPatch""
This project was forked from the work of many others. 🙏
- Create a theme to match Visual Studio's dark theme
- Allow Windows users to easily install without having to find and edit files manually
- Learn about SCSS, PowerShell, Gulp, Markdown, and Git
Check out my project board to see what's left. If it's not there, please submit issues, ideas, or suggestions here.
git clone
the project and cd
into it.
Run npm i
and then run gulp
which will start a dev server and launch Slack in dev mode!
Write some code and then send me a pull request!