PHPackages                             ys-tools/default-theme-configuration-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ys-tools/default-theme-configuration-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ys-tools/default-theme-configuration-bundle
===========================================

OroCommerce Default Theme Configuration Bundle

6.0.0(1y ago)124.2k6[2 issues](https://github.com/yshyshkin/DefaultThemeConfigurationBundle/issues)MITPHP

Since Mar 28Pushed 1y ago4 watchersCompare

[ Source](https://github.com/yshyshkin/DefaultThemeConfigurationBundle)[ Packagist](https://packagist.org/packages/ys-tools/default-theme-configuration-bundle)[ Docs](https://github.com/yshyshkin/DefaultThemeConfigurationBundle)[ Fund](https://paypal.me/yshyshkin)[ RSS](/packages/ys-tools-default-theme-configuration-bundle/feed)WikiDiscussions 5.1 Synced 1w ago

READMEChangelogDependencies (1)Versions (21)Used By (0)

OroCommerce Default Theme Configuration Bundle
==============================================

[](#orocommerce-default-theme-configuration-bundle)

The bundle allows configuring the default OroCommerce theme from the user interface without writing any code. It allows setting multiple theme options (logo, colors, font, styling) and customize visual representation of the storefront.

The bundle is compatible both with the Community Edition and Enterprise Edition of OroCommerce.

- [How To Install The Bundle](#how-to-install-the-bundle)
- [Where Is Configuration?](#where-is-configuration)
- [What Options Can Be Configured?](#what-options-can-be-configured)
    - [Logo Configuration](#logo-configuration)
    - [Main Colors](#main-colors)
    - [Secondary Colors](#secondary-colors)
    - [Menu Colors](#menu-colors)
    - [Button Colors](#button-colors)
    - [Additional Styling](#additional-styling)
    - [CSS Styling](#css-styling)
    - [Email Templates](#email-templates)
- [How To Thank The Author](#how-to-thank-the-author)

How To Install The Bundle
-------------------------

[](#how-to-install-the-bundle)

Open the OroCommerce application root and run the following command:

```
composer require ys-tools/default-theme-configuration-bundle

```

If the application is already installed, then cache has to be cleared manually, assets have to be rebuilt, and application has to be upgraded:

```
rm -rf var/cache/prod
php bin/console oro:assets:install --env=prod
rm -rf var/cache/prod
bin/console oro:platform:update --force --env=prod

```

Where Is Configuration?
-----------------------

[](#where-is-configuration)

The default theme configuration has to be set in System Configuration. It can be found in the management console menu *System &gt; Configuration* inside the *Commerce &gt; Design &gt; Default Theme Configuration* section.

[![Configuration Placement](Resources/doc/img/configuration-placement.png)](Resources/doc/img/configuration-placement.png)

What Options Can Be Configured?
-------------------------------

[](#what-options-can-be-configured)

There are many visual options split into several groups. Community Edition supports only global configuration, while Enterprise Edition supports both global and website level configuration.

### Logo Configuration

[](#logo-configuration)

[![Logo Configuration](Resources/doc/img/logo-configuration.png)](Resources/doc/img/logo-configuration.png)

**Company Logo** sets company logo in the application header. Logo is automatically resized to 50 pixels in height to fit the header

**Company Name** sets alternative text for the company logo

**Favicon** sets application favicon. The image is automatically resized to 64x64 size

[![Logo Configuration Example](Resources/doc/img/logo-configuration-example.png)](Resources/doc/img/logo-configuration-example.png)

### Main Colors

[](#main-colors)

[![Main Colors](Resources/doc/img/main-colors.png)](Resources/doc/img/main-colors.png)

**Header And Footer Background Color** sets the background color of both header and footer of the page

**Header And Footer Text Color** sets the color of text (both plain and links) in the header and footer of the page

**Table Header Background Color** sets the background color of standard table headers

**Table Header Text Color** sets the color of the text used in standard table headers

[![Main Colors Example](Resources/doc/img/main-colors-example.png)](Resources/doc/img/main-colors-example.png)

### Secondary Colors

[](#secondary-colors)

[![Secondary Colors](Resources/doc/img/secondary-colors.png)](Resources/doc/img/secondary-colors.png)

**Icon Background Color** sets the background color of icon and icon based elements

**Icon Content Color** sets the color of icon and icon based elements

**Form Background Color** sets the background color of the forms and similar elements

**Link Color** sets the color of links and interactive elements (radio buttons, checkboxes)

[![Secondary Colors Example](Resources/doc/img/secondary-colors-example.png)](Resources/doc/img/secondary-colors-example.png)

### Menu Colors

[](#menu-colors)

[![Menu Colors](Resources/doc/img/menu-colors.png)](Resources/doc/img/menu-colors.png)

**Main Menu Background Color** sets the background color of the main menu

**Main Menu Text Color** sets the text color of the main menu

**Secondary Menu Background Color** sets the background color of the secondary menus and similar elements

**Secondary Menu Text Color** sets the text color of the secondary menus and similar elements

[![Menu Colors](Resources/doc/img/menu-colors-example.png)](Resources/doc/img/menu-colors-example.png)

### Button Colors

[](#button-colors)

[![Button Colors](Resources/doc/img/button-colors.png)](Resources/doc/img/button-colors.png)

**Main Button Background Color** sets the background color of main buttons (Submit, Yes, Confirm)

**Main Button Text Color** sets the text color of main buttons

**Secondary Button Background Color** sets the background color of secondary buttons (Cancel, No, Decline)

**Secondary Button Text Color** sets the text color of secondary buttons

[![Button Colors Example](Resources/doc/img/button-colors-example.png)](Resources/doc/img/button-colors-example.png)

### Additional Styling

[](#additional-styling)

[![Additional Styling](Resources/doc/img/additional-styling.png)](Resources/doc/img/additional-styling.png)

**External Stylesheets** adds multiple external stylesheets as link tags

**Font Family** sets the predefined font used all over the storefront

**Custom Font Family** sets the custom font used all over the storefront, overrides Font Family

[![Additional Styling Example](Resources/doc/img/additional-styling-example.png)](Resources/doc/img/additional-styling-example.png)

### CSS Styling

[](#css-styling)

[![CSS Styling](Resources/doc/img/css-styling.png)](Resources/doc/img/css-styling.png)

**Global Styling** adds custom CSS styles to all storefront pages

**Home Page Styling**, **Product Listing Page Styling**, **Product Details Page Styling**, **Quick Order Form Styling**, **Shopping List Styling**, **Checkout Styling**add custom CSS styles to appropriate pages, these styles put after the global styling and may override it

[![CSS Styling Example](Resources/doc/img/css-styling-example.png)](Resources/doc/img/css-styling-example.png)

### Email Templates

[](#email-templates)

[![CSS Styling](Resources/doc/img/email-template.png)](Resources/doc/img/email-template.png)

**Enable Email Template Wrapper** enables custom email template wrapper for all standard emails

**Email Template Wrapper** contains HTML content of the email wrapper. Please do not forget to verify that all links are static

[![CSS Styling Example](Resources/doc/img/email-template-example.png)](Resources/doc/img/email-template-example.png)

How To Thank The Author
-----------------------

[](#how-to-thank-the-author)

If this bundle helped you and you are feeling generous today, then you can thank the author and support this initiative using one of the following buttons.

[![Support](https://camo.githubusercontent.com/65165123b3e9a428d39f76b442ca7183eaf9f17d633fe30bf7630832bb0f46af/68747470733a2f2f7261737465722e736869656c64732e696f2f62616467652f537570706f72742d50617950616c2d626c75652e706e67)](https://paypal.me/yshyshkin)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance40

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 98.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~89 days

Recently: every ~175 days

Total

21

Last Release

453d ago

Major Versions

1.2.x-dev → 5.0.02022-03-14

5.1.x-dev → 6.0.02025-02-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/3666adef66d5ffa6c15ee63486d2ece76ec973ec35e63feada871e9d191e8abb?d=identicon)[yshyshkin](/maintainers/yshyshkin)

---

Top Contributors

[![yshyshkin](https://avatars.githubusercontent.com/u/3470882?v=4)](https://github.com/yshyshkin "yshyshkin (58 commits)")[![gplanchat](https://avatars.githubusercontent.com/u/152367?v=4)](https://github.com/gplanchat "gplanchat (1 commits)")

---

Tags

orocommercethemeconfigurationthemecommercedefaultORO

### Embed Badge

![Health badge](/badges/ys-tools-default-theme-configuration-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ys-tools-default-theme-configuration-bundle/health.svg)](https://phpackages.com/packages/ys-tools-default-theme-configuration-bundle)
```

###  Alternatives

[symfony/options-resolver

Provides an improved replacement for the array\_replace PHP function

3.2k493.9M1.6k](/packages/symfony-options-resolver)[league/config

Define configuration arrays with strict schemas and access values with dot notation

564302.2M24](/packages/league-config)[chillerlan/php-settings-container

A container class for immutable settings objects. Not a DI container.

3427.3M21](/packages/chillerlan-php-settings-container)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
