Skip to content

ev-dev/slack-custom-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Custom Controls

Slacks' slacking on some pretty basic features. Here is an easy script to install some useful addons.

Only For OS X Desktop Version

Features

  • Dark Mode Theme
  • Hide Channels Sidebar for more screen space
  • Convenient buttons for toggling features
  • Keyboard Shortcuts:
    • Toggle Dark Theme [ ⌘-D ]
    • Toggle Sidebar [ ⌘-B ]
    • Toggle Visible Controls [ ⌘-G ] (For Keyboard-Only Users)

Screenshot

usage gif

Readable Syntax Highlighting
syntax highlighting

Instructions

Included in this repo is an install script which simply moves a modified file of the Slack source code into place and backs up the original.

$ git clone https://github.com/ev-dev/slack-custom-controls.git
$ cd slack-custom-controls
$ ./install

To uninstall, run ./uninstall script from within the same directory.

Important: Install/Uninstall/Upgrade scripts use relative paths. Do not run from outside the repo's root directory. Always cd into repo directory before running either script.

Note: Scripts will ask for your password..This is because some users don't own their /Applications directory and therefore cannot perform file operations on the Slack.app contents files.

Updates

Repo provides ./upgrade script for smooth & easy upgrades

If you cloned before an upgrade script was included, just git pull in the repo directory and then run the ./upgrade script.

Sidebar Theme

Additionally, you can update your Sidebar's theme from the Preferences. To match the Dark Mode Theme colorscheme of this project:

  • From the menu, go to PreferencesSidebarTheme
  • At the bottom click Customize Your Theme and clear the textbox
  • Paste the follow Hex colors:
    #222222,#444A47,#D39B46,#FFFFFF,#434745,#FFFFFF,#99D04A,#DB6668

Feature Requests

Want anything else out of Slack? Make an issue.

Slack Desktop Too Bulky?

If Slack.app takes up too much system resources and you use the web version, you can still customize your slack from this fantastic extension which has custom styles for many popular sites.

Other options for easing your weary eyes:

Credits

Lots of credit goes to a chain of repositories starting from:

About

Dark Theme Mode and Sidebar Toggle For Slack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published