44 lines
		
	
	
		
			No EOL
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			No EOL
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
"use strict";
 | 
						|
window.config = {
 | 
						|
  colors: {
 | 
						|
    primary: "#696cff",
 | 
						|
    secondary: "#8592a3",
 | 
						|
    success: "#71dd37",
 | 
						|
    info: "#03c3ec",
 | 
						|
    warning: "#ffab00",
 | 
						|
    danger: "#ff3e1d",
 | 
						|
    dark: "#233446",
 | 
						|
    black: "#000",
 | 
						|
    white: "#fff",
 | 
						|
    cardColor: "#fff",
 | 
						|
    bodyBg: "#f5f5f9",
 | 
						|
    bodyColor: "#697a8d",
 | 
						|
    headingColor: "#566a7f",
 | 
						|
    textMuted: "#a1acb8",
 | 
						|
    borderColor: "#eceef1"
 | 
						|
  },
 | 
						|
  colors_label: {
 | 
						|
    primary: "#666ee81a",
 | 
						|
    secondary: "#8897aa1a",
 | 
						|
    success: "#28d0941a",
 | 
						|
    info: "#1e9ff21a",
 | 
						|
    warning: "#ff91491a",
 | 
						|
    danger: "template-customizer#ff49611a",
 | 
						|
    dark: "#181c211a"
 | 
						|
  },
 | 
						|
  colors_dark: {
 | 
						|
    cardColor: "#2b2c40",
 | 
						|
    bodyBg: "#232333",
 | 
						|
    bodyColor: "#a3a4cc",
 | 
						|
    headingColor: "#cbcbe2",
 | 
						|
    textMuted: "#7071a4",
 | 
						|
    borderColor: "#444564"
 | 
						|
  },
 | 
						|
  enableMenuLocalStorage: !0
 | 
						|
}, window.assetsPath = document.documentElement.getAttribute("data-assets-path"), window.templateName = document.documentElement.getAttribute("data-template"), window.rtlSupport = !0, "undefined" != typeof TemplateCustomizer && (window.templateCustomizer = new TemplateCustomizer({
 | 
						|
  cssPath: assetsPath + "vendor/css" + (rtlSupport ? "/rtl" : "") + "/",
 | 
						|
  themesPath: assetsPath + "vendor/css" + (rtlSupport ? "/rtl" : "") + "/",
 | 
						|
  displayCustomizer: 0,
 | 
						|
  lang: localStorage.getItem("templateCustomizer-" + templateName + "--Lang") || "en",
 | 
						|
  controls: ["rtl", "style", "headerType", "contentLayout", "layoutCollapsed", "layoutNavbarOptions", "themes"]
 | 
						|
})); |