GitHub - 5hanth/rails_admin_softwarebrothers_theme: rails_admin theme with Neumorphic UI

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

RailsAdmin Neumorphic theme based on software brothers theme

It is a clean theme which can be used with Rails Admin.

To use this theme

In your Gemfile:

gem 'rails_admin_softwarebrothers_theme', :git => 'https://github.com/5hanth/rails_admin_softwarebrothers_theme.git'

Inside config/application.rb, just after Bundler.require:

ENV['RAILS_ADMIN_THEME'] = 'softwarebrothers_theme'