diff --git a/multicolor_backend_theme/__manifest__.py b/multicolor_backend_theme/__manifest__.py index da7f71259..26f96b753 100644 --- a/multicolor_backend_theme/__manifest__.py +++ b/multicolor_backend_theme/__manifest__.py @@ -29,7 +29,7 @@ """, 'images': [ 'static/description/banner.png', - 'static/description/theme_screenshot.jpg', + 'static/description/theme_screenshot.png', ], 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', diff --git a/multicolor_backend_theme/static/description/banner.png b/multicolor_backend_theme/static/description/banner.png index 91126a927..a56059ac3 100644 Binary files a/multicolor_backend_theme/static/description/banner.png and b/multicolor_backend_theme/static/description/banner.png differ diff --git a/multicolor_backend_theme/static/description/theme_screenshot.jpg b/multicolor_backend_theme/static/description/theme_screenshot.jpg deleted file mode 100644 index 1736ac3d2..000000000 Binary files a/multicolor_backend_theme/static/description/theme_screenshot.jpg and /dev/null differ diff --git a/multicolor_backend_theme/static/description/theme_screenshot.png b/multicolor_backend_theme/static/description/theme_screenshot.png new file mode 100644 index 000000000..a45fdddd6 Binary files /dev/null and b/multicolor_backend_theme/static/description/theme_screenshot.png differ