Dark Mode

It's very easy to switch Dark Mode in Falcon. You can easily convert to Dark Mode just following the steps bellow.

Step 1: Stylesheet

Add theme-dark.css file to your header to enable the dark mode.

<link href="../assets/css/theme-dark.css" rel="stylesheet">

If you are using RTL, use theme-dark-rtl.css

<link href="../assets/css/theme-dark-rtl.css" rel="stylesheet">
Step 2: JavaScript

From your project directory, open js/theme/config.js and set dark: true to set dark mode by default

const config = {
  isRTL: false,
  isFluid: false,
  isDark: true
};

Thank you for creating with Falcon |
2019 © Themewagon

v2.0.0