I've just published our theme for RailsAdmin. Check it out on Github.
Without further ado - here are some screenshots:



How to use it
In your Gemfile:
gem 'rails_admin_softwarebrothers_theme', :git => 'git@github.com:softwarebrothers/rails_admin_softwarebrothers_theme.git'
Inside config/application.rb, just after Bundler.require:
ENV['RAILS_ADMIN_THEME'] = 'softwarebrothers_theme'
Restart the app and enjoy!