RDoc theme based on RoRvsWild colors. More than colors, it modifies the layout, navigation, typography and overall look and feel. Also included in this repository is a script that generates RubyRubyRubyRuby.dev, a documentation website for Ruby, Rails, and a select group of gems (Read intro post).
If you want to use this theme in your documentation:
# Install the gem
gem install rorvswild_theme_rdoc
# Generate the documentation
rdoc --root path/to/source/code --template rorvswild
Call the custom rorvswild-theme-rdoc
script which automatically loads RoRvsWild's theme.
./rorvswild-theme-rdoc --root path/to/source/code