4
0

_variables.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // The main color of the theme
  2. $main-first: #ca7227; // main color
  3. $main-first-alt: #b7641d; // var for hovers
  4. $main-first-light: #fdf6ef; // var light 1
  5. $main-first-lighter: #fefaf7; // var light 2
  6. $main-first-dark: #3c3835; // var for hovers
  7. $main-first-darker: #221f1d; // var for hovers
  8. // linked font colors
  9. $main-font-color: #363330;
  10. $light-font-color: #6d655f;
  11. $white: #fff; // white (sometimes we would like to tint it a little)
  12. // the whole palette of grays, very useful
  13. // we will try to tint these grays according to the main color
  14. $grey-darker: #524236;
  15. $grey-dark: #766556;
  16. $grey-medium-dark: #ba9;
  17. $grey-medium: #d9ccbf;
  18. $grey-medium-light: #e4d8cc;
  19. $grey-light: #f5f0ec;
  20. $grey-lighter: #fcfaf8;
  21. $unread-font-color: #161a38;
  22. $unread-bg: #f2f6f8;
  23. $unread-bg-light: #fdfdfe;
  24. // alert colors (red, yellow, green)
  25. $alert-bg: #f5633e; // the base
  26. $alert-light: #fde0d8; // +light
  27. $alert-text: #73341f; // +dark
  28. $warning-bg: #f4f762;
  29. $warning-light: #fdfde0;
  30. $warning-text: #73762f;
  31. $success-bg: #10f5b2;
  32. $success-light: #cffdef;
  33. $success-text: #0c7556;
  34. // favorites
  35. $fav-bg: #ffc300;
  36. $fav-light: #fff6da;
  37. // the sidebar color, useful if you want a theme that would have a dark sidebar, e.g.
  38. $sid-font-color: #363330; // the background color of the left bar and the header
  39. $sid-bg: #fbf9f6; // the general background of the left bar, and of the header
  40. $sid-bg-alt: #f7f2ea; // background inside groups
  41. $sid-bg-dark: #efe3d3; // the hover
  42. $sid-sep: #f0e7da; // the separators
  43. $sid-active: $main-first; // the active color
  44. // stylelint-disable-next-line color-hex-length
  45. $sid-active-font: #ffffff; // the active color
  46. $sid-pills: rgba(35,35,0, 0.15); // capsules