Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderberry/themes
Commonly Used Themes
https://github.com/coderberry/themes
Last synced: 12 days ago
JSON representation
Commonly Used Themes
- Host: GitHub
- URL: https://github.com/coderberry/themes
- Owner: coderberry
- License: mit
- Created: 2009-06-02T02:09:01.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T21:46:35.000Z (over 5 years ago)
- Last Synced: 2025-01-09T15:48:56.959Z (13 days ago)
- Language: CSS
- Homepage: http://www.solidcoresolutions.com
- Size: 27.3 KB
- Stars: 64
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Themes
Quickly add a theme to your application and change the theme at any time.
## Usage
Use the helper `use_theme(theme_name)` in your tag.
For example:
<%= use_theme('bitbucket') %>
To use the default layout for these themes, add the following to application_controller.rb
layout 'themes'## Available Themes
bitbucket - Gray gradient header bar and white below
slicehost - Blue menu with hover effects and white header
## How to Contribute
Please help me add additional themes to this plugin. Let me know if you are wanting to contribute, and I will add you as a contributor.