https://github.com/coderberry/themes
Commonly Used Themes
https://github.com/coderberry/themes
Last synced: about 1 year 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 (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T21:46:35.000Z (over 6 years ago)
- Last Synced: 2025-04-28T10:26:53.699Z (about 1 year ago)
- Language: CSS
- Homepage: http://www.solidcoresolutions.com
- Size: 27.3 KB
- Stars: 64
- Watchers: 2
- 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.