designSetting.ts 485 B

123456789101112131415161718192021222324252627282930313233
  1. export default {
  2. prefixCls: 'vben',
  3. };
  4. // header preset color
  5. export const HEADER_PRESET_BG_COLOR_LIST: string[] = [
  6. '#ffffff',
  7. '#009688',
  8. '#5172DC',
  9. '#1E9FFF',
  10. '#018ffb',
  11. '#409eff',
  12. '#4e73df',
  13. '#e74c3c',
  14. '#24292e',
  15. '#394664',
  16. '#001529',
  17. '#383f45',
  18. ];
  19. // sider preset color
  20. export const SIDE_BAR_BG_COLOR_LIST: string[] = [
  21. '#001529',
  22. '#273352',
  23. '#ffffff',
  24. '#191b24',
  25. '#191a23',
  26. '#304156',
  27. '#001628',
  28. '#28333E',
  29. '#344058',
  30. '#383f45',
  31. ];