Just a collection of themes for LimeChat
Fork and add your theme if you like, pjammer and I thought it would be cool to have a single repo for all limechat themes.
Updates by tsykoduk
After you git this package, you will want to use some of the built in tools:
- rake themes:init # Initalize the directory, loading the submodules
- rake themes:install # Install into the logged in user's limechat directory
When you add a theme, drop it into it's own directory, or add it as a git submodule, then run
- rake themes:linkup
That will put symlinks to the css, js and yaml files in the root. You can then use the installer to push your changes to the themes directory.
When you develop a theme, feel free to use the badges directory to store your channel badges. You can link to it, or just use it.
All themes are available under the Themes
folder, ready for consumption by LimeChat. You can just create a symbolic link to your Themes directory.
Alternatively, you can copy all *.css
and *.yaml
files in the Themes
folder run this command from shell:
Note: Make sure you're in the root of the Limechat-Themes
folder that you just downloaded from here.
find ./ -name *.css -o -name *.yaml -exec cp {} /Users/$USER/Library/Application\ Support/LimeChat/Themes/ \;
Not all themes are currently covered and some screenshots may not show the themes at their full glory