mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-11 19:53:55 +08:00
v2.0
This commit is contained in:
32
web/src/settings/designSetting.ts
Normal file
32
web/src/settings/designSetting.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
// app theme preset color
|
||||
export const appThemeList: string[] = [
|
||||
'#2d8cf0',
|
||||
'#0960bd',
|
||||
'#0084f4',
|
||||
'#009688',
|
||||
'#536dfe',
|
||||
'#ff5c93',
|
||||
'#ee4f12',
|
||||
'#0096c7',
|
||||
'#9c27b0',
|
||||
'#ff9800',
|
||||
'#FF3D68',
|
||||
'#00C1D4',
|
||||
'#71EFA3',
|
||||
'#171010',
|
||||
'#78DEC7',
|
||||
'#1768AC',
|
||||
'#FB9300',
|
||||
'#FC5404',
|
||||
];
|
||||
|
||||
const setting = {
|
||||
//深色主题
|
||||
darkTheme: false,
|
||||
//系统主题色
|
||||
appTheme: '#2d8cf0',
|
||||
//系统内置主题色列表
|
||||
appThemeList,
|
||||
};
|
||||
|
||||
export default setting;
|
||||
Reference in New Issue
Block a user