217 Star 14.9K Fork 663

卓源软件/JeeSite Vue3

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
designSetting.ts 728 Bytes
Copy Edit Raw Blame History
卓源软件 authored 2025-05-06 15:23 +08:00 . 浅蓝色调 #1890ff 修改为 #1677ff
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

Search