Skip to content

alaalsalam/muqeet_theme

 
 

Repository files navigation

Muqeet Theme

A reusable Frappe v16 theme app that adds a clean branded look across Desk, Website, and Login pages.

Features

  • Custom brand palette driven by CSS variables
  • Styled navbar, cards, buttons, sidebar, and list/form surfaces for Desk
  • Login page branding with gradient background and cleaner form treatment
  • Website navbar, footer, hero, and content defaults
  • Simple install path for any Frappe v16 bench

Frappe v16 install

From your bench directory:

bench get-app /path/to/muqeet_theme
bench --site your-site install-app muqeet_theme
bench build --app muqeet_theme
bench clear-cache

If you host the app in GitHub:

bench get-app git@github.com:<owner>/<repo>.git
bench --site your-site install-app muqeet_theme
bench build --app muqeet_theme
bench clear-cache

Customize

Edit muqeet_theme/public/css/theme.css or muqeet_theme/public/scss/theme.scss to adjust colors and styling.

App name

  • Python package: muqeet_theme
  • Frappe app: muqeet_theme

About

Reusable Frappe v16 theme app for ERPNext and Frappe Desk/Website styling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 81.9%
  • Python 9.5%
  • SCSS 4.5%
  • HTML 4.1%