dark.scss 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. // 修改样式变量
  2. //@import 'vxe-table/styles/variable.scss';
  3. /*font*/
  4. $vxe-font-color: #e5e7eb;
  5. $vxe-font-size: 14px !default;
  6. $vxe-font-size-medium: 16px !default;
  7. $vxe-font-size-small: 14px !default;
  8. $vxe-font-size-mini: 12px !default;
  9. /*color*/
  10. $vxe-primary-color: #409eff !default;
  11. $vxe-success-color: #67c23a !default;
  12. $vxe-info-color: #909399 !default;
  13. $vxe-warning-color: #e6a23c !default;
  14. $vxe-danger-color: #f56c6c !default;
  15. $vxe-disabled-color: #bfbfbf !default;
  16. $vxe-primary-disabled-color: #c0c4cc !default;
  17. /*loading*/
  18. $vxe-loading-color: $vxe-primary-color !default;
  19. $vxe-loading-background-color: #1d1e1f !default;
  20. $vxe-loading-z-index: 999 !default;
  21. /*icon*/
  22. $vxe-icon-font-family: Verdana, Arial, Tahoma !default;
  23. $vxe-icon-background-color: #e5e7eb !default;
  24. /*toolbar*/
  25. $vxe-toolbar-background-color: #1d1e1f !default;
  26. $vxe-toolbar-button-border: #dcdfe6 !default;
  27. $vxe-toolbar-custom-active-background-color: #d9dadb !default;
  28. $vxe-toolbar-panel-background-color: #e5e7eb !default;
  29. $vxe-table-font-color: #e5e7eb;
  30. $vxe-table-header-background-color: #1d1e1f;
  31. $vxe-table-body-background-color: #141414;
  32. $vxe-table-row-striped-background-color: #1d1d1d;
  33. $vxe-table-row-hover-background-color: #1d1e1f;
  34. $vxe-table-row-hover-striped-background-color: #1e1e1e;
  35. $vxe-table-footer-background-color: #1d1e1f;
  36. $vxe-table-row-current-background-color: #9e8787;
  37. $vxe-table-column-current-background-color: #9e8787;
  38. $vxe-table-column-hover-background-color: #9e8787;
  39. $vxe-table-row-hover-current-background-color: #9e8787;
  40. $vxe-table-menu-background-color: #1d1e1f;
  41. $vxe-table-border-width: 1px !default;
  42. $vxe-table-border-color: #4c4d4f !default;
  43. $vxe-table-fixed-left-scrolling-box-shadow: 8px 0px 10px -5px rgba(0, 0, 0, 0.12) !default;
  44. $vxe-table-fixed-right-scrolling-box-shadow: -8px 0px 10px -5px rgba(0, 0, 0, 0.12) !default;
  45. $vxe-form-background-color: #141414;
  46. /*pager*/
  47. $vxe-pager-background-color: #1d1e1f !default;
  48. $vxe-pager-perfect-background-color: #262727 !default;
  49. $vxe-pager-perfect-button-background-color: #a7a3a3 !default;
  50. $vxe-input-background-color: #141414;
  51. $vxe-input-border-color: #4c4d4f !default;
  52. $vxe-select-option-hover-background-color: #262626 !default;
  53. $vxe-select-panel-background-color: #141414 !default;
  54. $vxe-select-empty-color: #262626 !default;
  55. $vxe-optgroup-title-color: #909399 !default;
  56. /*button*/
  57. $vxe-button-default-background-color: #262626;
  58. $vxe-button-dropdown-panel-background-color: #141414;
  59. /*modal*/
  60. $vxe-modal-header-background-color: #141414;
  61. $vxe-modal-body-background-color: #141414;
  62. $vxe-modal-border-color: #3b3b3b;
  63. /*pulldown*/
  64. $vxe-pulldown-panel-background-color: #262626 !default;
  65. @import 'vxe-table/styles/index';