Dmeki is a responsive HTML/Bootstrap admin dashboard template.this Team dashboard template is comfortable with all devices & all browser like mobile, laptop, tablet , desktop , Mozilla Firefox , chrome , opera, safari.
Dmeki is built with CSS3, Bootstrap5, HTML5, SCSS Variable so developers can easily customize and develop Dashboard Template. The most important thing is that it is 100% W3C Validated , structured code completely well commented code.
Gulp is a cross-platform, streaming task runner that lets developers automate many development tasks. At a high level, gulp reads files as streams and pipes the streams to different tasks. These tasks are code-based and use plugins. The tasks modify the files, building source files into production files.Gulp js is a toolkit that helps you automate time consuming tasks in your workflow.
for about more details in gulp plugin use this link https://gulpjs.com/plugins
If you want to change layout to dark mode you need to add darkmode class with your body tag
<!-- body start-->
<body class="darkmode">
</body>
<!-- body end-->
If you want to change layout to dark mode you need to add sidebar-dark class with your codex-sidebar class
<!-- sidebar start-->
<div class="codex-sidebar sidebar-dark">
</div>
<!-- sidebar end-->
If you want to change layout to rtl mode you need to add rtlmode class with your body tag
<!-- body start-->
<body class="rtlmode">
</body>
<!-- body end-->
If you want to change layout to rtl mode you need to add rtlmode class with your body tag
go to your scss folder and then find _variables.scss file in custom folder you need to change $theme-primary and $theme-secondary variables hex code
// theme colors
$theme-primary:#1a7cbc;
$theme-secondary: #f07521;
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.