Ceres HTML Free supports full Dark Mode that you can preview here and easiliy setup following the below instructions.
--dark-mode
flag in
theme/tools/
folder to generate the Dark Mode of CSS files.
gulp --dark-mode
npm run build --dark-mode
style.dark.bundle.css
and
plugins.dark.bundle.css
are generated in assets folder:
<!--begin::Global Stylesheets Bundle(used by all pages)-->
<link href="assets/plugins/global/plugins.dark.bundle.css" rel="stylesheet" type="text/css" />
<link href="assets/css/style.dark.bundle.css" rel="stylesheet" type="text/css" />
<!--end::Global Stylesheets Bundle-->
dark-mode
class name to the
<body>
tag. Keep other
body
class names.
<body class="dark-mode ...">
<!-- HTML content -->
</body>
Pro Version Benefits | Free | Pro |
---|---|---|
UI Elements | 20 | 100 |
In-house Components | 20 | 40 |
Crafted Pages | 5 | 20 |
Complete Documentation | ||
Product Support | ||
Layout Builder | ||
Source Vectors | ||
Email Templates | ||
User Management App | ||
Calendar App | ||
Chat App | ||
Customers App |