├── LICENSE ├── README.md └── img ├── active_admin_default.png ├── active_admin_flat_skin.jpg ├── active_admin_theme.png ├── active_bootstrap_skin.png ├── active_material.png ├── active_skin.png ├── arctic_admin.png ├── blaze_theme.jpg ├── face_of_active_admin.png ├── flattened_active_admin.png └── formadmin.png /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Fernando Paladini 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ActiveAdmin Themes 2 | Awesome themes for [ActiveAdmin](https://activeadmin.info). Let's take a look? :) 3 | 4 | Also take a look at our brother project, [Awesome-ActiveAdmin](https://github.com/serradura/awesome-activeadmin), a curated list of awesome activeadmin resources, extensions, posts and utilities. 5 | 6 | ### [Active Admin Flat Skin](https://github.com/ayann/active_admin_flat_skin) 7 | [![Beautiful themes for Rails ActiveAdmin: Active Admin Flat Skin](img/active_admin_flat_skin.jpg)](https://github.com/ayann/active_admin_flat_skin) 8 | 9 | ### [Active Admin Theme](https://github.com/activeadmin-plugins/active_admin_theme) 10 | [![Beautiful themes for Rails ActiveAdmin: Active Admin Theme](img/active_admin_theme.png)](https://github.com/activeadmin-plugins/active_admin_theme) 11 | 12 | ### [Active Bootstrap Skin](https://github.com/vinhnglx/active_bootstrap_skin) 13 | [![Beautiful themes for Rails ActiveAdmin: Active Bootstrap Skin](img/active_bootstrap_skin.png)](https://github.com/vinhnglx/active_bootstrap_skin) 14 | 15 | ### [Active Skin](https://github.com/rstgroup/active_skin) 16 | [![Beautiful themes for Rails ActiveAdmin: Active Skin](img/active_skin.png)](https://github.com/rstgroup/active_skin) 17 | 18 | ### [ActiveMaterial](https://github.com/vigetlabs/active_material) 19 | [![Beautiful themes for Rails ActiveAdmin: ActiveMaterial, based on Google's Material design](img/active_material.png)](https://github.com/vigetlabs/active_material) 20 | 21 | ### [Arctic Admin](https://github.com/cle61/arctic_admin) 22 | [![Beautiful themes for Rails ActiveAdmin: Arctic Admin](https://github.com/cle61/arctic_admin/blob/master/doc/index.png)](https://github.com/cle61/arctic_admin) 23 | 24 | ### [Blaze Theme](https://github.com/blocknotes/activeadmin_blaze_theme) 25 | [![Compact and clean BlazeCSS theme](img/blaze_theme.jpg)](https://github.com/blocknotes/activeadmin_blaze_theme) 26 | 27 | ### [Face of Active Admin](https://github.com/kvokka/face_of_active_admin) 28 | [![Beautiful themes for Rails ActiveAdmin: Face of Active Admin](img/face_of_active_admin.png)](https://github.com/kvokka/face_of_active_admin) 29 | 30 | ### [Flattened Active Admin](https://github.com/Papercloud/flattened_active_admin) 31 | [![Beautiful themes for Rails ActiveAdmin: Flattened Active Admin](img/flattened_active_admin.png)](https://github.com/Papercloud/flattened_active_admin) 32 | 33 | ### [Formadmin](https://github.com/formaweb/formadmin) 34 | [![Modern and responsive theme for Active Admin used by Formaweb.](img/formadmin.png)](https://github.com/formaweb/formadmin) 35 | 36 | ## Submit a new theme 37 | Are you developing a new theme for ActiveAdmin or have noticed some theme that isn't here? Please, make a pull request or [create a new issue](https://github.com/paladini/activeadmin-themes/issues/new) with the "New theme" tag, so I can add it here as soon as possible :) 38 | -------------------------------------------------------------------------------- /img/active_admin_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/active_admin_default.png -------------------------------------------------------------------------------- /img/active_admin_flat_skin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/active_admin_flat_skin.jpg -------------------------------------------------------------------------------- /img/active_admin_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/active_admin_theme.png -------------------------------------------------------------------------------- /img/active_bootstrap_skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/active_bootstrap_skin.png -------------------------------------------------------------------------------- /img/active_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/active_material.png -------------------------------------------------------------------------------- /img/active_skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/active_skin.png -------------------------------------------------------------------------------- /img/arctic_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/arctic_admin.png -------------------------------------------------------------------------------- /img/blaze_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/blaze_theme.jpg -------------------------------------------------------------------------------- /img/face_of_active_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/face_of_active_admin.png -------------------------------------------------------------------------------- /img/flattened_active_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/flattened_active_admin.png -------------------------------------------------------------------------------- /img/formadmin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paladini/activeadmin-themes/59972d061996b7accc6bc4cb7fb96a471a70b7d5/img/formadmin.png --------------------------------------------------------------------------------