All Projects → mykeels → Slack Theme Cli

mykeels / Slack Theme Cli

A CLI tool for changing Slack's desktop app colors

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Slack Theme Cli

Yeetgif
gif effects CLI. single binary, no dependencies. linux, osx, windows. #1 workplace productivity booster. #yeetgif #eggplant #golang
Stars: ✭ 467 (+82.42%)
Mutual labels:  cli, slack
Slack Cli
Slack CLI for productive developers
Stars: ✭ 157 (-38.67%)
Mutual labels:  cli, slack
Slackcat
CLI utility to post files and command output to slack
Stars: ✭ 1,127 (+340.23%)
Mutual labels:  cli, slack
Deluminate
An extension for Google Chrome (and Chromium) that inverts the luminance of websites.
Stars: ✭ 211 (-17.58%)
Mutual labels:  dark-theme, night-mode
Turn-Off-the-Lights-Firefox-extension-WebExtensions
Firefox extension (WebExtensions)
Stars: ✭ 19 (-92.58%)
Mutual labels:  night-mode, dark-theme
Jxtheme
A powerful and lightweight and customization theme/skin library for iOS 9+ in swift. 主题、换肤、暗黑模式
Stars: ✭ 220 (-14.06%)
Mutual labels:  dark-theme, night-mode
Promplot
Create plots from Prometheus metrics and send them to you
Stars: ✭ 125 (-51.17%)
Mutual labels:  cli, slack
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (-55.86%)
Mutual labels:  dark-theme, night-mode
Turn-Off-the-Lights-Chrome-extension
Chrome extension
Stars: ✭ 81 (-68.36%)
Mutual labels:  night-mode, dark-theme
wluma
Automatic brightness adjustment based on screen contents and ALS
Stars: ✭ 290 (+13.28%)
Mutual labels:  night-mode, dark-theme
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (-37.89%)
Mutual labels:  dark-theme, slack
dark-mode
Dark Mode - Chrome extension. Relax your eyes at night and day.
Stars: ✭ 63 (-75.39%)
Mutual labels:  night-mode, dark-theme
Slack Black Theme
A darker, more contrasty, Slack theme.
Stars: ✭ 1,782 (+596.09%)
Mutual labels:  dark-theme, slack
Dracula Theme
🧛🏻‍♂️ One theme. All platforms.
Stars: ✭ 17,480 (+6728.13%)
Mutual labels:  dark-theme, slack
Next Dark Mode
🌑 Enable dark mode for Next.js apps
Stars: ✭ 133 (-48.05%)
Mutual labels:  dark-theme, night-mode
Pokevision Cli
PokéVision has shutdown (for now). Follow @PokeVisionGo on Twitter for updates.
Stars: ✭ 118 (-53.91%)
Mutual labels:  cli, slack
Slack Dark Mojave Theme
Beautiful dark theme for slack 3, 4+. Apply theme by running one command 🌸
Stars: ✭ 107 (-58.2%)
Mutual labels:  dark-theme, slack
Darkreader
Dark Reader Chrome and Firefox extension
Stars: ✭ 12,052 (+4607.81%)
Mutual labels:  dark-theme, night-mode
Sclack
The best CLI client for Slack, because everything is terrible!
Stars: ✭ 2,363 (+823.05%)
Mutual labels:  cli, slack
DiscordNight
An actual Dark/Nightmode Theme for Discord/BetterDiscord
Stars: ✭ 86 (-66.41%)
Mutual labels:  night-mode, dark-theme

Slack Theme CLI

A Command-Line Tool for changing Slack's desktop app colors, like

Night Mode

image

Midnight-Blue Mode

image

Aubergine Mode

image

How to install

To download and install, run the following code in your terminal:

For Windows (with WSL)

curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && bash slack-theme install && . ~/.profile

For Mac Users

curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && bash slack-theme install && . ~/.bash_profile

For Linux Users

curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && sudo bash ./slack-theme install && SILENT="$(source ~/.profile)"

For Zsh Users

If you use zsh as your shell environment, you might want to run this instead:

Mac (Zsh)

curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && SLACK_THEME_SHELL_PROFILE=~/.zshrc bash slack-theme install && . ~/.zshrc

Linux (Zsh)

curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && sudo SLACK_THEME_SHELL_PROFILE=~/.zshrc bash ./slack-theme install && SILENT="$(source ~/.zshrc)"

How to use

See command break-down below:

SYNOPSIS
     slack-theme
     slack-theme day
     slack-theme night
     slack-theme night-mono
     slack-theme aubergine
     slack-theme aubergine-mono
     slack-theme arc-dark
     slack-theme midnight-blue
     slack-theme midnight-blue-mono
     slack-theme solarized-dark
     slack-theme solarized-light
     slack-theme install
     slack-theme uninstall

COMMANDS
     day
          Revert to Day Mode

     night
          Use Black CSS

     night-mono
          Use Night-Mono CSS

     aubergine
          Use Aubergine CSS

     aubergine-mono
          Use Aubergine-Mono CSS

     arc-dark
          Use Arc-Dark CSS

     midnight-blue
          Use Midnight-Blue CSS

     midnight-blue-mono
          Use Midnight-Blue-Mono CSS

     solarized-dark
          Use Solarized-Dark CSS

     solarized-light
          Use Solarized-Light CSS

See Also

Credits 😍

Huge thanks to:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].