import { ThemeEnum } from '../enums/appEnum'; export const darkMode = ThemeEnum.LIGHT; // header preset color export const HEADER_PRESET_BG_COLOR_LIST: string[] = [ '#1951be', '#1677ff', '#394664', '#ffffff', '#009688', '#5172DC', '#e74c3c', '#001529', '#151515', '#24292e', '#383f45', ]; // app theme preset color export const APP_PRESET_COLOR_LIST: string[] = [ '#2a50ec', '#1677ff', '#009688', '#536dfe', '#ff5c93', '#ee4f12', '#0096c7', '#9c27b0', '#ff9800', ]; // sider preset color export const SIDE_BAR_BG_COLOR_LIST: string[] = [ '#ffffff', '#001529', '#273352', '#151515', '#191b24', '#191a23', '#304156', '#001628', '#28333E', '#344058', '#383f45', ];