yzgw / SlackEmojiForLimeChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlackEmojiForLimeChat

:sushi::sushi::sushi: -> 🍣🍣🍣

Usage

1. Download

Download master branch.

2. Locate

Unzip downloaded zip file, and locate dist/RenameMe.js to ~/Library/Application Support/LimeChat/Themes.

3. Rename and Edit

Rename RenameMe.js into {YOUR USING THEME}.js. (e.g., LimeLight.js, or HipChat.js.)

Then, open {YOUR USING THEME}.js and replace api token. The api token is shown on slack api documentation page.

var apiToken = "YOUR API TOKEN HERE";

By default, slick emoji are displayed in large size. I highly recommend adding next lines into {YOUR USING THEME}.css for more beautiful looks.

/* slack */
.slack-emoji {
  width: 16px;
  height: 16px;
  border: none;
}

4. Reload theme, if necessary.

Open LimeChat Preferences, and select Theme tab. Set 'Current theme' once again.

5. Done

Limitation

  • Accepts only one group.

LICENSE

MIT

About


Languages

Language:JavaScript 71.0%Language:CSS 29.0%