javascriptjedi / Limechat-Themes

A collection of limechat themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, just create a symbolic link to your Themes directory.

To copy all *.css and *.yaml files in the Themes folder run this command from shell:

find ./ -name *.css -o -name *.yaml -exec cp {} Themes/ \;

About

A collection of limechat themes