mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 12:09:46 +08:00
feat: theme color switch
This commit is contained in:
@@ -2,15 +2,25 @@ export default {
|
||||
prefixCls: 'vben',
|
||||
};
|
||||
|
||||
// header preset color
|
||||
export const APP_PRESET_COLOR_LIST: string[] = [
|
||||
'#0084f4',
|
||||
'#009688',
|
||||
'#536dfe',
|
||||
'#ff5c93',
|
||||
'#ee4f12',
|
||||
'#0096c7',
|
||||
'#9c27b0',
|
||||
'#ff9800',
|
||||
];
|
||||
|
||||
// header preset color
|
||||
export const HEADER_PRESET_BG_COLOR_LIST: string[] = [
|
||||
'#ffffff',
|
||||
'#009688',
|
||||
'#5172DC',
|
||||
'#1E9FFF',
|
||||
'#018ffb',
|
||||
'#409eff',
|
||||
'#4e73df',
|
||||
'#e74c3c',
|
||||
'#24292e',
|
||||
'#394664',
|
||||
|
Reference in New Issue
Block a user