diff --git a/dark_mode_backend/README.rst b/dark_mode_backend/README.rst
new file mode 100644
index 000000000..ae3fae7da
--- /dev/null
+++ b/dark_mode_backend/README.rst
@@ -0,0 +1,46 @@
+.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
+ :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
+
+Dark Mode Backend Theme
+=========================
+* Dark mode backend theme for community edition of Odoo 18.
+
+Configuration
+=============
+* No need of additional configuration.
+
+License
+-------
+Affero General Public License, Version 3 (AGPL-3).
+(https://www.gnu.org/licenses/agpl-3.0-standalone.html)
+
+Company
+-------
+* `Cybrosys Techno Solutions `__
+
+Credits
+=======
+* Developer: (v18) Ammu Raj, Contact: odoo@cybrosys.com
+
+Contacts
+--------
+* Mail Contact : odoo@cybrosys.com
+* Website : https://cybrosys.com
+
+Bug Tracker
+-----------
+Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
+
+Maintainer
+==========
+.. image:: https://cybrosys.com/images/logo.png
+ :target: https://cybrosys.com
+
+This module is maintained by Cybrosys Technologies.
+
+For support and more information, please visit `Our Website `__
+
+Further information
+===================
+HTML Description: ``__
diff --git a/dark_mode_backend/__init__.py b/dark_mode_backend/__init__.py
new file mode 100644
index 000000000..5fde38958
--- /dev/null
+++ b/dark_mode_backend/__init__.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+################################################################################
+#
+# Cybrosys Technologies Pvt. Ltd.
+#
+# Copyright (C) 2024-TODAY Cybrosys Technologies().
+# Author: Ammu Raj (odoo@cybrosys.com)
+#
+# You can modify it under the terms of the GNU AFFERO
+# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details.
+#
+# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+# (AGPL v3) along with this program.
+# If not, see .
+#
+################################################################################
diff --git a/dark_mode_backend/__manifest__.py b/dark_mode_backend/__manifest__.py
new file mode 100644
index 000000000..353f26ea6
--- /dev/null
+++ b/dark_mode_backend/__manifest__.py
@@ -0,0 +1,53 @@
+# -*- coding: utf-8 -*-
+################################################################################
+#
+# Cybrosys Technologies Pvt. Ltd.
+#
+# Copyright (C) 2024-TODAY Cybrosys Technologies().
+# Author: Ammu Raj (odoo@cybrosys.com)
+#
+# You can modify it under the terms of the GNU AFFERO
+# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details.
+#
+# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+# (AGPL v3) along with this program.
+# If not, see .
+#
+################################################################################
+{
+ "name": "Dark Mode Backend Theme",
+ "version": "1.0",
+ "category": "Theme/Backend",
+ "summary": "Dark Mode Backend Theme for Odoo 18 community edition",
+ "description": "Minimalist and elegant backend theme for Odoo 18,"
+ "Backend Theme, Theme",
+ 'author': 'Cybrosys Techno Solutions',
+ 'company': 'Cybrosys Techno Solutions',
+ 'maintainer': 'Cybrosys Techno Solutions',
+ 'website': "https://www.cybrosys.com",
+ 'assets': {
+ 'web.assets_backend': {
+ '/dark_mode_backend/static/src/scss/theme_accent.scss',
+ '/dark_mode_backend/static/src/scss/datetimepicker.scss',
+ '/dark_mode_backend/static/src/scss/theme.scss',
+ 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet',
+ },
+ 'web.assets_frontend': {
+ '/dark_mode_backend/static/src/scss/login.scss',
+ 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet',
+ },
+ },
+ 'images': [
+ 'static/description/banner.png',
+ 'static/description/theme_screenshot.png',
+ ],
+ 'license': 'AGPL-3',
+ 'installable': True,
+ 'auto_install': False,
+ 'application': False,
+}
diff --git a/dark_mode_backend/doc/RELEASE_NOTES.md b/dark_mode_backend/doc/RELEASE_NOTES.md
new file mode 100644
index 000000000..7b5eb739b
--- /dev/null
+++ b/dark_mode_backend/doc/RELEASE_NOTES.md
@@ -0,0 +1,7 @@
+## Module
+
+#### 02.09.2024
+#### Version 18.0.1.0.0
+#### ADD
+
+- Initial commit for Dark Mode Backend Theme
diff --git a/dark_mode_backend/static/description/assets/icons/check.png b/dark_mode_backend/static/description/assets/icons/check.png
new file mode 100644
index 000000000..c8e85f51d
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/check.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/chevron.png b/dark_mode_backend/static/description/assets/icons/chevron.png
new file mode 100644
index 000000000..2089293d6
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/chevron.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/cogs.png b/dark_mode_backend/static/description/assets/icons/cogs.png
new file mode 100644
index 000000000..95d0bad62
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/cogs.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/consultation.png b/dark_mode_backend/static/description/assets/icons/consultation.png
new file mode 100644
index 000000000..8319d4baa
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/consultation.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/ecom-black.png b/dark_mode_backend/static/description/assets/icons/ecom-black.png
new file mode 100644
index 000000000..a9385ff13
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/ecom-black.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/education-black.png b/dark_mode_backend/static/description/assets/icons/education-black.png
new file mode 100644
index 000000000..3eb09b27b
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/education-black.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/hotel-black.png b/dark_mode_backend/static/description/assets/icons/hotel-black.png
new file mode 100644
index 000000000..130f613be
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/hotel-black.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/license.png b/dark_mode_backend/static/description/assets/icons/license.png
new file mode 100644
index 000000000..a5869797e
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/license.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/lifebuoy.png b/dark_mode_backend/static/description/assets/icons/lifebuoy.png
new file mode 100644
index 000000000..658d56ccc
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/lifebuoy.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/manufacturing-black.png b/dark_mode_backend/static/description/assets/icons/manufacturing-black.png
new file mode 100644
index 000000000..697eb0e9f
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/manufacturing-black.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/pos-black.png b/dark_mode_backend/static/description/assets/icons/pos-black.png
new file mode 100644
index 000000000..97c0f90c1
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/pos-black.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/puzzle.png b/dark_mode_backend/static/description/assets/icons/puzzle.png
new file mode 100644
index 000000000..65cf854e7
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/puzzle.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/restaurant-black.png b/dark_mode_backend/static/description/assets/icons/restaurant-black.png
new file mode 100644
index 000000000..4a35eb939
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/restaurant-black.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/service-black.png b/dark_mode_backend/static/description/assets/icons/service-black.png
new file mode 100644
index 000000000..301ab51cb
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/service-black.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/trading-black.png b/dark_mode_backend/static/description/assets/icons/trading-black.png
new file mode 100644
index 000000000..9398ba2f1
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/trading-black.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/training.png b/dark_mode_backend/static/description/assets/icons/training.png
new file mode 100644
index 000000000..884ca024d
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/training.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/update.png b/dark_mode_backend/static/description/assets/icons/update.png
new file mode 100644
index 000000000..ecbc5a01a
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/update.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/user.png b/dark_mode_backend/static/description/assets/icons/user.png
new file mode 100644
index 000000000..6ffb23d9f
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/user.png differ
diff --git a/dark_mode_backend/static/description/assets/icons/wrench.png b/dark_mode_backend/static/description/assets/icons/wrench.png
new file mode 100644
index 000000000..6c04dea0f
Binary files /dev/null and b/dark_mode_backend/static/description/assets/icons/wrench.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/categories.png b/dark_mode_backend/static/description/assets/misc/categories.png
new file mode 100644
index 000000000..bedf1e0b1
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/categories.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/check-box.png b/dark_mode_backend/static/description/assets/misc/check-box.png
new file mode 100644
index 000000000..42caf24b9
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/check-box.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/compass.png b/dark_mode_backend/static/description/assets/misc/compass.png
new file mode 100644
index 000000000..d5fed8faa
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/compass.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/corporate.png b/dark_mode_backend/static/description/assets/misc/corporate.png
new file mode 100644
index 000000000..2eb13edbf
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/corporate.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/customer-support.png b/dark_mode_backend/static/description/assets/misc/customer-support.png
new file mode 100644
index 000000000..79efc72ed
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/customer-support.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/cybrosys-logo.png b/dark_mode_backend/static/description/assets/misc/cybrosys-logo.png
new file mode 100644
index 000000000..cc3cc0ccf
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/cybrosys-logo.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/features.png b/dark_mode_backend/static/description/assets/misc/features.png
new file mode 100644
index 000000000..b41769f77
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/features.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/logo.png b/dark_mode_backend/static/description/assets/misc/logo.png
new file mode 100644
index 000000000..478462d3e
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/logo.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/pictures.png b/dark_mode_backend/static/description/assets/misc/pictures.png
new file mode 100644
index 000000000..56d255fe9
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/pictures.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/pie-chart.png b/dark_mode_backend/static/description/assets/misc/pie-chart.png
new file mode 100644
index 000000000..426e05244
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/pie-chart.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/right-arrow.png b/dark_mode_backend/static/description/assets/misc/right-arrow.png
new file mode 100644
index 000000000..730984a06
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/right-arrow.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/star.png b/dark_mode_backend/static/description/assets/misc/star.png
new file mode 100644
index 000000000..2eb9ab29f
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/star.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/support.png b/dark_mode_backend/static/description/assets/misc/support.png
new file mode 100644
index 000000000..4f18b8b82
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/support.png differ
diff --git a/dark_mode_backend/static/description/assets/misc/whatsapp.png b/dark_mode_backend/static/description/assets/misc/whatsapp.png
new file mode 100644
index 000000000..d513a5356
Binary files /dev/null and b/dark_mode_backend/static/description/assets/misc/whatsapp.png differ
diff --git a/dark_mode_backend/static/description/assets/modules/1.png b/dark_mode_backend/static/description/assets/modules/1.png
new file mode 100644
index 000000000..5238bdeab
Binary files /dev/null and b/dark_mode_backend/static/description/assets/modules/1.png differ
diff --git a/dark_mode_backend/static/description/assets/modules/2.png b/dark_mode_backend/static/description/assets/modules/2.png
new file mode 100644
index 000000000..1ae7cfe3b
Binary files /dev/null and b/dark_mode_backend/static/description/assets/modules/2.png differ
diff --git a/dark_mode_backend/static/description/assets/modules/3.png b/dark_mode_backend/static/description/assets/modules/3.png
new file mode 100644
index 000000000..3c3ff1afb
Binary files /dev/null and b/dark_mode_backend/static/description/assets/modules/3.png differ
diff --git a/dark_mode_backend/static/description/assets/modules/4.png b/dark_mode_backend/static/description/assets/modules/4.png
new file mode 100644
index 000000000..3fae4631e
Binary files /dev/null and b/dark_mode_backend/static/description/assets/modules/4.png differ
diff --git a/dark_mode_backend/static/description/assets/modules/5.gif b/dark_mode_backend/static/description/assets/modules/5.gif
new file mode 100644
index 000000000..2a5f8e659
Binary files /dev/null and b/dark_mode_backend/static/description/assets/modules/5.gif differ
diff --git a/dark_mode_backend/static/description/assets/modules/6.png b/dark_mode_backend/static/description/assets/modules/6.png
new file mode 100644
index 000000000..7f2815273
Binary files /dev/null and b/dark_mode_backend/static/description/assets/modules/6.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/alert.png b/dark_mode_backend/static/description/assets/screenshots/alert.png
new file mode 100644
index 000000000..92ac5bc16
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/alert.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/all_screens.png b/dark_mode_backend/static/description/assets/screenshots/all_screens.png
new file mode 100644
index 000000000..b3568192e
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/all_screens.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/app_uninstall.png b/dark_mode_backend/static/description/assets/screenshots/app_uninstall.png
new file mode 100644
index 000000000..e326323c1
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/app_uninstall.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/chatters.png b/dark_mode_backend/static/description/assets/screenshots/chatters.png
new file mode 100644
index 000000000..ca84cdac0
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/chatters.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/discuss.png b/dark_mode_backend/static/description/assets/screenshots/discuss.png
new file mode 100644
index 000000000..c7b81b5ec
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/discuss.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/form.png b/dark_mode_backend/static/description/assets/screenshots/form.png
new file mode 100644
index 000000000..e942cf1ed
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/form.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/form_product.png b/dark_mode_backend/static/description/assets/screenshots/form_product.png
new file mode 100644
index 000000000..fa3c04c97
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/form_product.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/graph.png b/dark_mode_backend/static/description/assets/screenshots/graph.png
new file mode 100644
index 000000000..9fd359d63
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/graph.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/group.png b/dark_mode_backend/static/description/assets/screenshots/group.png
new file mode 100644
index 000000000..e258e85cc
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/group.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/invoice.png b/dark_mode_backend/static/description/assets/screenshots/invoice.png
new file mode 100644
index 000000000..4b76279b2
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/invoice.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/kanban_empl.png b/dark_mode_backend/static/description/assets/screenshots/kanban_empl.png
new file mode 100644
index 000000000..59dfc0fd7
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/kanban_empl.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/kanban_group.png b/dark_mode_backend/static/description/assets/screenshots/kanban_group.png
new file mode 100644
index 000000000..7e39ac0dd
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/kanban_group.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/kanban_product.png b/dark_mode_backend/static/description/assets/screenshots/kanban_product.png
new file mode 100644
index 000000000..b31d86fb0
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/kanban_product.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/kanban_recruits.png b/dark_mode_backend/static/description/assets/screenshots/kanban_recruits.png
new file mode 100644
index 000000000..60b4a1cb0
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/kanban_recruits.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/kanban_sale.png b/dark_mode_backend/static/description/assets/screenshots/kanban_sale.png
new file mode 100644
index 000000000..f93d941ab
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/kanban_sale.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/list_purchase.png b/dark_mode_backend/static/description/assets/screenshots/list_purchase.png
new file mode 100644
index 000000000..fbdb072a5
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/list_purchase.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/list_sales.png b/dark_mode_backend/static/description/assets/screenshots/list_sales.png
new file mode 100644
index 000000000..e9894cc63
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/list_sales.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/login.png b/dark_mode_backend/static/description/assets/screenshots/login.png
new file mode 100644
index 000000000..7aabbd479
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/login.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/menu_focus.png b/dark_mode_backend/static/description/assets/screenshots/menu_focus.png
new file mode 100644
index 000000000..181f1bbb1
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/menu_focus.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/modal.png b/dark_mode_backend/static/description/assets/screenshots/modal.png
new file mode 100644
index 000000000..f030a2eed
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/modal.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/setting.png b/dark_mode_backend/static/description/assets/screenshots/setting.png
new file mode 100644
index 000000000..458088c87
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/setting.png differ
diff --git a/dark_mode_backend/static/description/assets/screenshots/tab.png b/dark_mode_backend/static/description/assets/screenshots/tab.png
new file mode 100644
index 000000000..8b0231282
Binary files /dev/null and b/dark_mode_backend/static/description/assets/screenshots/tab.png differ
diff --git a/dark_mode_backend/static/description/banner.png b/dark_mode_backend/static/description/banner.png
new file mode 100644
index 000000000..b141f7dfe
Binary files /dev/null and b/dark_mode_backend/static/description/banner.png differ
diff --git a/dark_mode_backend/static/description/icon.png b/dark_mode_backend/static/description/icon.png
new file mode 100644
index 000000000..2db1b7d2a
Binary files /dev/null and b/dark_mode_backend/static/description/icon.png differ
diff --git a/dark_mode_backend/static/description/images/1.png b/dark_mode_backend/static/description/images/1.png
new file mode 100644
index 000000000..965988570
Binary files /dev/null and b/dark_mode_backend/static/description/images/1.png differ
diff --git a/dark_mode_backend/static/description/images/Cybrosys R.png b/dark_mode_backend/static/description/images/Cybrosys R.png
new file mode 100644
index 000000000..da4058087
Binary files /dev/null and b/dark_mode_backend/static/description/images/Cybrosys R.png differ
diff --git a/dark_mode_backend/static/description/images/Poster-modal.psd b/dark_mode_backend/static/description/images/Poster-modal.psd
new file mode 100644
index 000000000..ad22908b9
Binary files /dev/null and b/dark_mode_backend/static/description/images/Poster-modal.psd differ
diff --git a/dark_mode_backend/static/description/images/baaner.jpg b/dark_mode_backend/static/description/images/baaner.jpg
new file mode 100644
index 000000000..5d7a17213
Binary files /dev/null and b/dark_mode_backend/static/description/images/baaner.jpg differ
diff --git a/dark_mode_backend/static/description/images/banner.png b/dark_mode_backend/static/description/images/banner.png
new file mode 100644
index 000000000..b141f7dfe
Binary files /dev/null and b/dark_mode_backend/static/description/images/banner.png differ
diff --git a/dark_mode_backend/static/description/images/capture (1).png b/dark_mode_backend/static/description/images/capture (1).png
new file mode 100644
index 000000000..8824deafc
Binary files /dev/null and b/dark_mode_backend/static/description/images/capture (1).png differ
diff --git a/dark_mode_backend/static/description/images/check.png b/dark_mode_backend/static/description/images/check.png
new file mode 100644
index 000000000..c8e85f51d
Binary files /dev/null and b/dark_mode_backend/static/description/images/check.png differ
diff --git a/dark_mode_backend/static/description/images/chevron.png b/dark_mode_backend/static/description/images/chevron.png
new file mode 100644
index 000000000..2089293d6
Binary files /dev/null and b/dark_mode_backend/static/description/images/chevron.png differ
diff --git a/dark_mode_backend/static/description/images/cogs.png b/dark_mode_backend/static/description/images/cogs.png
new file mode 100644
index 000000000..95d0bad62
Binary files /dev/null and b/dark_mode_backend/static/description/images/cogs.png differ
diff --git a/dark_mode_backend/static/description/images/consultation.png b/dark_mode_backend/static/description/images/consultation.png
new file mode 100644
index 000000000..8319d4baa
Binary files /dev/null and b/dark_mode_backend/static/description/images/consultation.png differ
diff --git a/dark_mode_backend/static/description/images/ecom-black.png b/dark_mode_backend/static/description/images/ecom-black.png
new file mode 100644
index 000000000..a9385ff13
Binary files /dev/null and b/dark_mode_backend/static/description/images/ecom-black.png differ
diff --git a/dark_mode_backend/static/description/images/education-black.png b/dark_mode_backend/static/description/images/education-black.png
new file mode 100644
index 000000000..3eb09b27b
Binary files /dev/null and b/dark_mode_backend/static/description/images/education-black.png differ
diff --git a/dark_mode_backend/static/description/images/email.svg b/dark_mode_backend/static/description/images/email.svg
new file mode 100644
index 000000000..15291cdc3
--- /dev/null
+++ b/dark_mode_backend/static/description/images/email.svg
@@ -0,0 +1,33 @@
+
diff --git a/dark_mode_backend/static/description/images/hotel-black.png b/dark_mode_backend/static/description/images/hotel-black.png
new file mode 100644
index 000000000..130f613be
Binary files /dev/null and b/dark_mode_backend/static/description/images/hotel-black.png differ
diff --git a/dark_mode_backend/static/description/images/license.png b/dark_mode_backend/static/description/images/license.png
new file mode 100644
index 000000000..a5869797e
Binary files /dev/null and b/dark_mode_backend/static/description/images/license.png differ
diff --git a/dark_mode_backend/static/description/images/lifebuoy.png b/dark_mode_backend/static/description/images/lifebuoy.png
new file mode 100644
index 000000000..658d56ccc
Binary files /dev/null and b/dark_mode_backend/static/description/images/lifebuoy.png differ
diff --git a/dark_mode_backend/static/description/images/manufacturing-black.png b/dark_mode_backend/static/description/images/manufacturing-black.png
new file mode 100644
index 000000000..697eb0e9f
Binary files /dev/null and b/dark_mode_backend/static/description/images/manufacturing-black.png differ
diff --git a/dark_mode_backend/static/description/images/phone.svg b/dark_mode_backend/static/description/images/phone.svg
new file mode 100644
index 000000000..b7bd7f251
--- /dev/null
+++ b/dark_mode_backend/static/description/images/phone.svg
@@ -0,0 +1,3 @@
+
diff --git a/dark_mode_backend/static/description/images/photo-capture.png b/dark_mode_backend/static/description/images/photo-capture.png
new file mode 100644
index 000000000..06c111758
Binary files /dev/null and b/dark_mode_backend/static/description/images/photo-capture.png differ
diff --git a/dark_mode_backend/static/description/images/pngwing.jpg b/dark_mode_backend/static/description/images/pngwing.jpg
new file mode 100644
index 000000000..b4ff4e91d
Binary files /dev/null and b/dark_mode_backend/static/description/images/pngwing.jpg differ
diff --git a/dark_mode_backend/static/description/images/pos-black.png b/dark_mode_backend/static/description/images/pos-black.png
new file mode 100644
index 000000000..97c0f90c1
Binary files /dev/null and b/dark_mode_backend/static/description/images/pos-black.png differ
diff --git a/dark_mode_backend/static/description/images/poster.psd b/dark_mode_backend/static/description/images/poster.psd
new file mode 100644
index 000000000..281991bda
Binary files /dev/null and b/dark_mode_backend/static/description/images/poster.psd differ
diff --git a/dark_mode_backend/static/description/images/puzzle.png b/dark_mode_backend/static/description/images/puzzle.png
new file mode 100644
index 000000000..65cf854e7
Binary files /dev/null and b/dark_mode_backend/static/description/images/puzzle.png differ
diff --git a/dark_mode_backend/static/description/images/restaurant-black.png b/dark_mode_backend/static/description/images/restaurant-black.png
new file mode 100644
index 000000000..4a35eb939
Binary files /dev/null and b/dark_mode_backend/static/description/images/restaurant-black.png differ
diff --git a/dark_mode_backend/static/description/images/service-black.png b/dark_mode_backend/static/description/images/service-black.png
new file mode 100644
index 000000000..301ab51cb
Binary files /dev/null and b/dark_mode_backend/static/description/images/service-black.png differ
diff --git a/dark_mode_backend/static/description/images/star (1) 2.svg b/dark_mode_backend/static/description/images/star (1) 2.svg
new file mode 100644
index 000000000..5ae9f507a
--- /dev/null
+++ b/dark_mode_backend/static/description/images/star (1) 2.svg
@@ -0,0 +1,9 @@
+
diff --git a/dark_mode_backend/static/description/images/support (1) 1.svg b/dark_mode_backend/static/description/images/support (1) 1.svg
new file mode 100644
index 000000000..7d37a8f30
--- /dev/null
+++ b/dark_mode_backend/static/description/images/support (1) 1.svg
@@ -0,0 +1,9 @@
+
diff --git a/dark_mode_backend/static/description/images/support-email.svg b/dark_mode_backend/static/description/images/support-email.svg
new file mode 100644
index 000000000..eb70370d6
--- /dev/null
+++ b/dark_mode_backend/static/description/images/support-email.svg
@@ -0,0 +1,6 @@
+
diff --git a/dark_mode_backend/static/description/images/tick-mark.svg b/dark_mode_backend/static/description/images/tick-mark.svg
new file mode 100644
index 000000000..2dbb40187
--- /dev/null
+++ b/dark_mode_backend/static/description/images/tick-mark.svg
@@ -0,0 +1,17 @@
+
diff --git a/dark_mode_backend/static/description/images/trading-black.png b/dark_mode_backend/static/description/images/trading-black.png
new file mode 100644
index 000000000..9398ba2f1
Binary files /dev/null and b/dark_mode_backend/static/description/images/trading-black.png differ
diff --git a/dark_mode_backend/static/description/images/training.png b/dark_mode_backend/static/description/images/training.png
new file mode 100644
index 000000000..884ca024d
Binary files /dev/null and b/dark_mode_backend/static/description/images/training.png differ
diff --git a/dark_mode_backend/static/description/images/update.png b/dark_mode_backend/static/description/images/update.png
new file mode 100644
index 000000000..ecbc5a01a
Binary files /dev/null and b/dark_mode_backend/static/description/images/update.png differ
diff --git a/dark_mode_backend/static/description/images/user.png b/dark_mode_backend/static/description/images/user.png
new file mode 100644
index 000000000..6ffb23d9f
Binary files /dev/null and b/dark_mode_backend/static/description/images/user.png differ
diff --git a/dark_mode_backend/static/description/images/v15-banner.jpg b/dark_mode_backend/static/description/images/v15-banner.jpg
new file mode 100644
index 000000000..263eccea1
Binary files /dev/null and b/dark_mode_backend/static/description/images/v15-banner.jpg differ
diff --git a/dark_mode_backend/static/description/images/whatsapp 1.svg b/dark_mode_backend/static/description/images/whatsapp 1.svg
new file mode 100644
index 000000000..0bfaf8fc6
--- /dev/null
+++ b/dark_mode_backend/static/description/images/whatsapp 1.svg
@@ -0,0 +1,9 @@
+
diff --git a/dark_mode_backend/static/description/images/whatsapp.svg b/dark_mode_backend/static/description/images/whatsapp.svg
new file mode 100644
index 000000000..b618aea1d
--- /dev/null
+++ b/dark_mode_backend/static/description/images/whatsapp.svg
@@ -0,0 +1,33 @@
+
diff --git a/dark_mode_backend/static/description/images/wrench.png b/dark_mode_backend/static/description/images/wrench.png
new file mode 100644
index 000000000..6c04dea0f
Binary files /dev/null and b/dark_mode_backend/static/description/images/wrench.png differ
diff --git a/dark_mode_backend/static/description/index.html b/dark_mode_backend/static/description/index.html
new file mode 100644
index 000000000..e10e89e24
--- /dev/null
+++ b/dark_mode_backend/static/description/index.html
@@ -0,0 +1,1286 @@
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Supports:
+
+
+ Community
+
+
+
+
+ Availability:
+
+
+
+ Odoo Online
+
+
+
+ Odoo.sh
+
+
+
+ On Premise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Dark Mode Backend Theme
+ V18 Gives You a Fully
+ Modified View with a Full
+ Screen Display.
+ This is a Minimalist and
+ Elegant Backend Theme for
+ Odoo 18.
+ This Theme Will Change Your
+ Old Experience to a New
+ Experience With Odoo.
+ It is a Perfect Choice for
+ Your Odoo Backend and an
+ Attractive Theme for Your
+ Odoo 18.
+ It will Give You a Clean
+ Layout with a New Color
+ Combination and a Modified
+ Font. It has a
+ Sidebar with
+ New App Icons and Company
+ Logo. This Will Change Your
+ Old Kanban, List and Form
+ Views to A Fully
+ Modified View.
+
+
+
+
+ Please make sure that
+ you install all your
+ apps prior to the
+ installation of this
+ theme.
+
+
+
+
+
+
+ Overview
+
+
+
+ The Dark Mode Backend
+ Theme V18 is an
+ Attractive Theme for
+ Your Odoo
+ 18.
+ This Theme Will Improve
+ Your Experience With
+ Odoo.
+ This is a Minimalist and
+ Elegant Backend Theme
+ for Odoo
+ 18
+ And Can Offer a Perfect
+ Choice for Your Odoo
+ Backend.
+
+
+
+ Modified Structure for All Type Views
+
+
+ New Style for Active Menus, Radio Buttons and
+ Checkboxes
+
+
+
+ New Color Combination
+
+
+ New Look for All Applications
+
+
+ A Clean layout and New Font Style
+
+
+ Sidebar with New Menu Icons
+
+
+
+
+
+
+
+
+
+ New
+
+ All-New Menu
+ Design
+
+
+
+ The All-New Menu
+ Design is Main
+ Attractive
+ Section for the
+ Dark Mode
+ Backend Theme.
+ The Sidebar
+ have New
+ Minimalist
+ Icons for
+ Applications in
+ Odoo. Also, the
+ Sidebar Have
+ Closing and
+ Opening Option.
+ Customisable
+ Logo Attached in
+ Sidebar
+ That is
+ Automatically
+ Fetch Your
+ Company
+ Logo.
+ All new Dark Mode Backend Theme V18 Gives You The Fully Modified List View and This Table Design
+ is Also Have Awesome Design and, it Gives You More Beauty for Your Odoo Backend.
+ It will Give You a Clean Layout with the New Color Combination and a Modified Font.
+
+
+
+ 01
+
+ Modified Table Style
+
+
+
+ 02
+
+ New Color
+ Combination
+
+
+
+ 03
+
+ New Scroll Bar
+
+
+ 04
+
+ New Status Tag
+
+
+ 05
+
+ Buttons with New Colors
+
+
+
+
+
+
+
+
+
+
+
+
+
Kanban
+ Group View
+
+
+
+ The Dark Mode Backend Theme V18 Gives You a Fully Modified Kanban View and Kanban Group View.
+ The Section Wise Separated Stages give a Pleasant Experience And an Extraordinary Design
+ To Your Content Tiles Making The Tiles Look Great.
+ It will Give You a Clean Layout with the New Color Combination and a Modified Font.
+
+
+ 01
+
+ Modified Font
+
+
+
+ 02
+
+ New Color Combination
+
+
+
+ 03
+
+ Full Screen View
+
+
+ 04
+
+ Stages are Separated in View
+
+
+ 05
+
+ Clean Layout
+
+
+ 06
+
+ Buttons with New Colors
+
+
+
+
+
+
+
+
+
+
+
+
+
Form
+ View
+
+
+
+ Dark Mode Backend Theme Gives You The Fully Modified Form View with a Full Screen Experience. It will
+ Give You a Clean Layout with the New Color Combination
+ and a Modified Font.
+
+
+
+ 01
+
+ Modified Form Style
+
+
+
+ 02
+
+ Full Screen Form View
+
+
+
+ 03
+
+
+ New Looks for Tabs
+
+
+ 04
+
+ New Style for Required Field
+
+
+ 05
+
+
+ New Chatter Style Under Form View
+
+
+ 06
+
+ New Looks for
+ Status
+ Button
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
01
+
+ Login page
+
+
+
+
+
02
+
+ Group By View
+
+
+
+
+
03
+
+ Settings View
+
+
+
+
+
+
+
04
+
+ Discuss Page
+
+
+
+
+
+
+
05
+
+ Product Kanban View
+
+
+
+
+
+
+
06
+
+ Purchase List View
+
+
+
+
+
+
07
+
+ Product View with
+ Smart Buttons
+
+
+
+
+
+
08
+
+ Modified Alert
+ Notifications are
+ Placed on the Right
+ Bottom of Display
+
+
+
+
+
+
09
+
+ Wizards and User
+ Error Popups
+
+
+
+
+
+
+
10
+
+
+ New Looks for The
+ Tabs
+
+
+
+
+
+
11
+
+ Recruitment Kanban
+ View With Ribbons
+
+
+
+
+
+
12
+
+ Sales Kanban View
+
+
+
+
+
+
13
+
+ Modified Kanban View
+ for Employees With
+ New Designed
+ Category Section
+
+
+
+
+
+
14
+
+ Newly Customised Chatter and Popup Chatter
+
+
+
+
+
+
15
+
+
+ New Looks for Wizards and Buttons with New Colors
+