nurtext / slack-black-theme

slack theme, dark theme for slack, black theme slack black theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack Dark Theme without custom font

The Black Theme you'll fall in love with 😍

Mac/Linux

Requirements

  • Slack 4
  • npm / node
    • It requires you have nodejs, npx and the asar package installed globally, you can install asar and npx with:
  npm i -g npx
  npm i -g asar

macOS / Linux

  1. Download latest master and unpack
  2. Open Terminal and drag and drop .sh file to the terminal. After installation, restart Slack and enjoy
Make sure you have Npm / Node already installed in your computer.
It requires you have nodejs and the asar package installed globally with npm i -g asar

Windows

  1. Please have NodeJS Installed.

  2. You must have Powershell 5.0, aka Windows 10 to get full compatibility. If you don't have Windows 10 install the latest powershell for Windows.

  3. When running this script always run powershell in Adminstrator Mode. Hit your windows start button then type powershell, right click powershell, then Run as administrator.

Note:

  • These instructions are error handled in the script.
  • Please restart/close powershell if you have installed NodeJS during this install. This will refresh your environment variables to which NodeJS/Windows uses for commands. If you have Chocolatey installed just type refreshenv while in powershell and run the install command below without closing/restarting powershell.

Install

To install theme just open PowerShell as administrator (Refer to #4 above) and run this command below.

iex (new-object net.webclient).downloadstring('https://raw.githubusercontent.com/caiceA/slack-black-theme/master/slack-dark-mode.ps1')

Potential problems

  1. If you get an error when you try and run the install command above you might need to change the execution policy (i.e. enable Powershell). You need to be an administrator on your computer to do this.

    Open powershell(Refer to #4 above) and run this command: Set-ExecutionPolicy RemoteSigned -scope CurrentUser

  2. If you happen to get this error. While the command npx asar extract app.asar app.asar.unpackedcustom has run:

npm ERR! code ENOLOCAL
npm ERR! Could not install from "...\AppData\Roaming\npm-cache\_npx\*****" as it does not contain a package.json file.

npm ERR! A complete log of this run can be found in:
npm ERR!     "C:\Users\...\AppData\Roaming\npm-cache\_logs\**********-debug.log
Install for asar@latest failed with code 1"

Please enter this: npm config set cache C:\tmp\nodejs\npm-cache --global -- Origin

Contributors

Maintained & designed by

Additional Work

About

slack theme, dark theme for slack, black theme slack black theme


Languages

Language:CSS 91.9%Language:PowerShell 6.8%Language:Shell 1.3%