217 Star 14.8K Fork 663

卓源软件/JeeSite Vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
designSetting.ts 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
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',
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/thinkgem/jeesite-vue.git
git@gitee.com:thinkgem/jeesite-vue.git
thinkgem
jeesite-vue
JeeSite Vue3
next

搜索帮助