# Cbeezai Theme for Dolibarr

## Overview

The Cbeezai theme is a modern, clean, and professional theme for Dolibarr ERP/CRM. It features a carefully selected color palette and design elements that create a compact and visually appealing interface.

## Color Palette

The theme uses a consistent color palette throughout the interface:

- **Background**: `#F8F8F8` - A light gray background for the main page
- **Card background**: `#FFFFFF` - Pure white for content cards
- **Card primary text**: `#003D80` - A deep blue for primary text and actions
- **Card secondary text**: `#202020` - Dark gray for secondary text
- **Button background**: `#003D80` - Matching the primary text color for buttons
- **Button hover shadow**: `#E3E3E3` - Light gray for hover effects

## Design Features

### Compact Design
- Slightly smaller text sizes for a more compact interface
- Tighter spacing between elements
- Professional appearance suitable for business environments

### Modern Aesthetics
- Rounded corners (6px radius) for a contemporary look
- Subtle shadows for depth without being distracting
- Minimalistic design approach with clean lines

### Responsive Layout
- Fully responsive design that works on all device sizes
- Adapts to mobile, tablet, and desktop screens
- Touch-friendly interface elements

## Implementation Details

### File Structure
The theme consists of the following key files:
- `theme_vars.inc.php` - Theme color variables and definitions
- `style.css.php` - Main stylesheet generator
- `global.inc.php` - Global styles and layout definitions
- `btn.inc.php` - Button styles
- `info-box.inc.php` - Info box component styles
- `dropdown.inc.php` - Dropdown menu styles
- `badges.inc.php` - Badge component styles
- `progress.inc.php` - Progress bar styles
- `search-input.inc.css` - Search input styles
- `main_menu_fa_icons.inc.php` - Main menu icon styles
- `modules.inc.php` - Module-specific styles
- `login.inc.php` - Login page styles
- `custom.css.php` - Additional custom styles
- `manifest.json.php` - PWA manifest configuration
- `config.php` - Theme configuration parameters

### Customization Options
The theme can be customized through Dolibarr's standard theme configuration:
- Font sizes can be adjusted
- Border radius can be modified
- Hover effects can be enabled/disabled
- Personalized theme options are supported

## Installation

1. Copy the `cbeezai` folder to your Dolibarr `htdocs/theme/` directory
2. Go to Setup > Display in Dolibarr
3. Select "Cbeezai" as your theme
4. Save your settings

## Testing

A test page is included at `htdocs/theme/cbeezai/test.php` to verify the theme is working correctly.

## Browser Support

The theme is compatible with all modern browsers:
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)

## Contributing

Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a feature branch
3. Commit your changes
4. Push to the branch
5. Create a new Pull Request

## License

This theme is licensed under the GNU General Public License v3.0.

## Author

Cbeezai Team - contact@cbeezai.com

## Acknowledgments

Based on the Dolibarr Material Design theme with significant customizations for the Cbeezai brand identity.