_variables-dark.scss 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. // ================================================================================================
  2. // File Name: variables-dark.scss
  3. // Description: Custom dark theme variables
  4. // ----------------------------------------------------------------------------------------------
  5. // Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
  6. // Author: PIXINVENT
  7. // Author URL: http://www.themeforest.net/user/pixinvent
  8. // ================================================================================================
  9. // ================================================================================================
  10. // WARNING: PLEASE DO NOT CHANGE THIS VARIABLE FILE.
  11. // THIS FILE WILL GET OVERWRITTEN WITH EACH VUEXY HTML TEMPLATE RELEASE.
  12. // TIP:
  13. // We suggest you to use this (assets/scss/variables/_variables-components.scss) file for overriding components variables.
  14. // ================================================================================================
  15. //Body
  16. $theme-dark-body-bg: #161d31 !default;
  17. $theme-dark-body-color: #b4b7bd !default;
  18. $theme-dark-border-color: #3b4253 !default;
  19. $theme-dark-custom-control-border-color: #44405e !default;
  20. //Typography
  21. $theme-dark-headings-color: #d0d2d6 !default;
  22. $theme-dark-label-color: #d0d2d6 !default;
  23. $theme-dark-text-muted-color: #676d7d !default;
  24. //Card
  25. $theme-dark-card-bg: #283046 !default;
  26. $theme-dark-box-shadow: 0 4px 24px 0 rgba($black, 0.24);
  27. //Input
  28. $theme-dark-input-bg: #283046 !default;
  29. $theme-dark-input-placeholder-color: #676d7d !default;
  30. $theme-dark-input-border-color: #404656 !default;
  31. $theme-dark-input-disabled-bg: #24233a !default;
  32. $theme-dark-input-disabled-border-color: #444b60 !default;
  33. // Switch
  34. $theme-dark-switch-bg: #545a6a;
  35. $theme-dark-switch-bg-disabled: #1b2337;
  36. //Table
  37. $theme-dark-table-bg: #283046 !default;
  38. $theme-dark-table-header-bg: #343d55 !default;
  39. $theme-dark-table-row-bg: #283046 !default;
  40. $theme-dark-table-hover-bg: #242b3d !default;
  41. $theme-dark-table-striped-bg: #242b3d !default;
  42. $theme-dark-modal-header-bg: #161d31 !default;
  43. $theme-dark-pagination-bg: #242b3d !default;
  44. $theme-dark-chart-bg: #384056 !default;
  45. $theme-dark-widget-bg: #384056 !default;