Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
import {create} from '@storybook/theming';
import logoUrl from './logo-prestashop.svg';
export default create({
base: 'dark',
brandTitle: 'PrestaShop',
brandUrl: 'https://www.prestashop-project.org/',
brandImage: logoUrl,
colorPrimary: '#6c868e',
colorSecondary: '#25b9d7',
// UI
appBg: '#363a41',
appContentBg: 'white',
appBorderRadius: 4,
barTextColor: 'white',
barSelectedColor: '#25b9d7',
barBg: '#272a2d',
// Typography
fontBase: '"Open Sans", sans-serif',
fontCode: 'monospace',
// Text colors
textColor: 'white',
textInverseColor: 'rgba(255,255,255,0.9)',
// Form
inputTextColor: 'black',
inputBorderRadius: 4,
});