Giter VIP home page Giter VIP logo

limechat-themes's Introduction

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/ \;

Screenshots

Not all themes are currently covered and some screenshots may not show the themes at their full glory

limechat-themes's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

limechat-themes's Issues

solarized theme submodule uses private git url, unable to clone

โšก git submodule update
Cloning into 'limechat-solarized-theme'...
Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of '[email protected]:phaedryx/limechat-solarized-theme.git' into submodule path 'limechat-solarized-theme' failed

Why copy the assets and then symlink; why not symlink directly?

It appears the rake themes:install task copies all files to the limechat themes folder and then symlinks the css and yaml files into the limechat themes folder.

What is the need to copy the folders (and Rakefile and README.mdown files) to the limechat themes folder? Can you not just symlink the css and yaml files to your git folder clone, which is where the rake task is being executed from?

Permission denied

When running rake themes:install I get the following:

Cloning into 'limechat-whisper'...
remote: Counting objects: 21, done.
remote: Total 21 (delta 0), reused 0 (delta 0), pack-reused 21
Unpacking objects: 100% (21/21), done.
Checking connectivity... done.
Cloning into 'mattg'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:mattg/LimeChat-Themes.git' into submodule path 'mattg' failed

Limechat themes folder

Limechat can be installed from the AppStore. When this is the case, the Limechat folder is:

Application\ Support/net.limechat.LimeChat-AppStore/

Rather than

Application\ Support/LimeChat/

In the command:

find ./ -name *.css -o -name *.yaml -exec cp {} /Users/$USER/Library/Application\ Support/LimeChat/Themes/ ;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.