https://github.com/drewml/hipchat-themer
An OSX application (using Electron) that allows applying custom CSS to the HipChat 4.x app
https://github.com/drewml/hipchat-themer
Last synced: 3 months ago
JSON representation
An OSX application (using Electron) that allows applying custom CSS to the HipChat 4.x app
- Host: GitHub
- URL: https://github.com/drewml/hipchat-themer
- Owner: DrewML
- Created: 2015-11-08T22:08:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T02:59:29.000Z (over 10 years ago)
- Last Synced: 2025-08-02T23:38:26.481Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 0 Bytes
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HipChat Themer
This application is an automated version of the theming method [discussed in this blog post](https://medium.com/@andrew_levine/theming-the-new-hipchat-4-beta-for-osx-64e4ba4a6749).
**Note: Application is currently only distributed as source. You must build it to use it.**
 

## Development
### Getting Setup
**Prerequisites: Ensure you have a version of `node.js` > 4.0.0**
1. Clone the repository
2. Run `npm install`
### Building/Running
#### Building
```
npm run build
```
#### Running
```
npm start
```
#### Build and start
```
npm run freshstart
```
### Usage
1. Open the application
2. Drag the `HipChat-Beta.app` file from finder into the `HipChat App` section
3. Drag your custom CSS file into the `Custom CSS` section
4. Click `Apply Theme`
### Issues?
Please [report any issues you have here](https://github.com/DrewML/hipchat-themer/issues/new). I'm happy to help when I have the time