Package Data | |
---|---|
Maintainer Username: | websemantics |
Maintainer Contact: | suport@websemantics.com (websemantics) |
Package Create Date: | 2016-11-06 |
Package Last Update: | 2016-11-24 |
Home Page: | |
Language: | CSS |
License: | MIT |
Last Refreshed: | 2024-11-23 03:08:56 |
Package Statistics | |
---|---|
Total Downloads: | 293 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 13 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 2 |
╭──────────────╮
| |
/ |
/ ( ) |
/ _____ ___|__ ___ ____ ___ ______ __ __ ___ ___ ___ ___
/ / ___/| | / \ | \ / _] | || | | / _]| | | / _]
/__ ( \_ | || || _ | / [_ | || | | / [_ | _ _ | / [_
| \__ ||_| |_|| O || | || _] |_| |_|| _ || _]| \_/ || _]
|_ / \ | | | | || | || [_ | | | | || [_ | | || [_
/ \ | | | | || | || | | | | | || || | || |
/ \___| |__| \___/ |__|__||_____| |__| |__|__||_____||___|___||_____|
/ | Responsive admin theme for PyroCMS 3
╰───────────────────╯
Built on the popular open source project AdminLTE, this theme is easy to install and customize, with slick ui and intuitive user experience making PyroCMS 3 even more pleasurable to work with.
In your project folder, require the theme package with composer
,
composer require websemantics/stone-theme
Edit .env
file and change the value of ADMIN_THEME
to,
ADMIN_THEME=websemantics.theme.stone
Bonus ui to manage app notifications is provided with this theme. To enable, edit resources/config/config.php
and change the value of notification
to true,
'notification' => env('STONE_NOTIFICATION', true),
This theme was built to work on desktop and mobile phones. It is also fleixible to adjust to your workflow with many layout configurations.
The screenshot above shows a minimized sidebar with plenty of space to spare.
Stone theme is built with less
and is dead easy to customize by changing themes variables in resources/less/theme/variables.less
.
For example, to change the dominant/primary theme color, simply change the value of brand-primary
variable in resources/config/variables.php
as follows,
'brand-primary' => '#43AAC5',
That's it!
Star :star: this repository to show support or if you find this project useful. Need help or have a question? post at [StackOverflow](https://stackoverflow.com/questions/tagged/stone-theme websemantics).
Please don't use the issue trackers for support/questions.
Contributions to this project is accepted in the form of feedback, bugs reports and even better - pull requests :)
MIT license Copyright (c) Web Semantics, Inc.