designSetting.ts 639 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. export default {
  2. prefixCls: 'vben',
  3. };
  4. // header preset color
  5. export const APP_PRESET_COLOR_LIST: string[] = [
  6. '#0084f4',
  7. '#009688',
  8. '#536dfe',
  9. '#ff5c93',
  10. '#ee4f12',
  11. '#0096c7',
  12. '#9c27b0',
  13. '#ff9800',
  14. ];
  15. // header preset color
  16. export const HEADER_PRESET_BG_COLOR_LIST: string[] = [
  17. '#ffffff',
  18. '#009688',
  19. '#5172DC',
  20. '#018ffb',
  21. '#409eff',
  22. '#e74c3c',
  23. '#24292e',
  24. '#394664',
  25. '#001529',
  26. '#383f45',
  27. ];
  28. // sider preset color
  29. export const SIDE_BAR_BG_COLOR_LIST: string[] = [
  30. '#001529',
  31. '#273352',
  32. '#ffffff',
  33. '#191b24',
  34. '#191a23',
  35. '#304156',
  36. '#001628',
  37. '#28333E',
  38. '#344058',
  39. '#383f45',
  40. ];