Skip to content

Cromzinc/slack-black-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Dark Theme

A dark Slack theme based on Visual Studio's dark theme that's an easy install for Windows users!

image

Install

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.

Uninstall

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""

Background

This project was forked from the work of many others. 🙏

Goals

  • 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

Issues

Check out my project board to see what's left. If it's not there, please submit issues, ideas, or suggestions here.

Development

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!

About

A darker, more contrasty, Slack theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 85.2%
  • JavaScript 8.1%
  • PowerShell 6.7%