slack-black-theme

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

Github星跟踪图

Slack 4 Black Theme Night Mood

The Black Theme you'll fall in love with ?

Theme Preview

Mac/Linux Install

Requirements

  • Slack 4
  • Muli Font
    • Please download and install this Font on your computer.
  • 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

Installation

  1. Download from here slack-4-sh.zip and unpack zip
  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 Install

  1. Please have NodeJS Installed.

  2. There are fonts used in this theme and the script will download and install them if they are not in your fonts folder.

  3. 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.

  4. 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 Errors

  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

caiceA - Maintainer & Designer

Design by Ali Caice

主要指标

概览
名称与所有者caiceA/slack-black-theme
主编程语言CSS
编程语言Shell (语言数: 3)
平台
许可证
所有者活动
创建于2018-08-17 19:52:18
推送于2019-12-13 14:03:59
最后一次提交2019-12-13 15:03:58
发布数3
最新版本名称Master (发布于 )
第一版名称V1.0 (发布于 )
用户参与
星数501
关注者数17
派生数106
提交数169
已启用问题?
问题数104
打开的问题数2
拉请求数14
打开的拉请求数2
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?