mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
3f75d0377b
This commit updates the theme to improve the design with new colors, new pictures and new snippet customizations. task-2601581 Part-of: odoo/design-themes#500
49 lines
2.0 KiB
Python
49 lines
2.0 KiB
Python
{
|
|
'name': 'Enark Theme',
|
|
'description': 'Enark Theme',
|
|
'category': 'Theme/Corporate',
|
|
'summary': 'Architect, Corporate, Business, Finance, Services',
|
|
'sequence': 190,
|
|
'version': '2.0.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['theme_common'],
|
|
'data': [
|
|
'data/ir_asset.xml',
|
|
'views/snippets_options.xml',
|
|
'views/image_library.xml',
|
|
|
|
'views/snippets/s_banner.xml',
|
|
'views/snippets/s_cover.xml',
|
|
'views/snippets/s_text_image.xml',
|
|
'views/snippets/s_picture.xml',
|
|
'views/snippets/s_media_list.xml',
|
|
'views/snippets/s_call_to_action.xml',
|
|
'views/snippets/s_parallax.xml',
|
|
'views/snippets/s_numbers.xml',
|
|
'views/snippets/s_image_gallery.xml',
|
|
|
|
],
|
|
'images': [
|
|
'static/description/enark_description.jpg',
|
|
'static/description/enark_screenshot.jpg',
|
|
],
|
|
'images_preview_theme': {
|
|
'website.s_banner_default_image': '/theme_enark/static/src/img/snippets/s_banner.jpg',
|
|
'website.s_picture_default_image': '/theme_enark/static/src/img/snippets/s_picture.jpg',
|
|
'website.s_text_image_default_image': '/theme_enark/static/src/img/snippets/s_text_image.jpg',
|
|
'website.library_image_10': '/theme_enark/static/src/img/snippets/library_image_03.jpg',
|
|
'website.library_image_05': '/theme_enark/static/src/img/snippets/library_image_15.jpg',
|
|
'website.library_image_16': '/theme_enark/static/src/img/snippets/library_image_14.jpg',
|
|
'website.library_image_13': '/theme_enark/static/src/img/snippets/library_image_10.jpg',
|
|
'website.library_image_08': '/theme_enark/static/src/img/snippets/library_image_05.jpg',
|
|
'website.library_image_02': '/theme_enark/static/src/img/snippets/library_image_16.jpg',
|
|
},
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-enark.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_enark/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|