_variables-light.scss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. html._theme-default {
  2. --absolute: black;
  3. --documentBackground: #f3f3f3;
  4. --contentBackground: #fff;
  5. --textColor: #333;
  6. --textColorLight: #666;
  7. --textColorLighter: #888;
  8. --externalsBackground: #fff;
  9. --inputFocusBorder: #35b5f4;
  10. --focusBackground: #e5e5e5;
  11. --focusBorder: #d4d4d4;
  12. --focusText: #000;
  13. --loadingText: #ccc;
  14. --selectionBackground: #398df0;
  15. --selectionBorder: #196fc2;
  16. --highlightBackground: #fffdcd;
  17. --linkColor: #3377c0;
  18. --linkColorHover: #2f6cb6;
  19. --linkTextDecoration: none;
  20. --headerBackground: #eee;
  21. --headerBorder: #d7d7d7;
  22. --searchTagBackground: #{darken(#eee, 5%)};
  23. --searchBorder: #{darken(#d7d7d7, 2%)};
  24. --sidebarBackground: #f9f9f9;
  25. --transparentSidebarBackground: #{rgba(#f9f9f9, 0)};
  26. --sidebarBorder: #e1e1e1;
  27. --scrollbarColor: #ccc;
  28. --scrollbarColorHover: #999;
  29. --pathBackground: var(--sidebarBackground);
  30. --pathBorder: var(--sidebarBorder);
  31. --noticeBackground: #faf9e2;
  32. --noticeBorder: #e2e2c1;
  33. --boxBackground: #fafafa;
  34. --boxBorder: #d8d8d8;
  35. --boxBorderLight: #e5e5e5;
  36. --boxHeaderColor: var(--textColor);
  37. --boxHeaderBackground: #f5f5f5;
  38. --noteBackground: #f8f8dd;
  39. --noteBorder: #d3d952;
  40. --noteGreenBackground: #e7f8e1;
  41. --noteGreenBorder: #89da70;
  42. --noteBlueBackground: #d4f3fd;
  43. --noteBlueBorder: #94bbeb;
  44. --noteOrangeBackground: #fbe6d1;
  45. --noteOrangeBorder: #ec8b01;
  46. --noteRedBackground: #fed5d3;
  47. --noteRedBorder: #dc7874;
  48. --labelBackground: #f4f4f4;
  49. --notifBackground: #{rgba(#333, .85)};
  50. --notifBorder: none;
  51. --tipBackground: #{rgba(#fffdcd, .95)};
  52. --tipBorder: 1px solid #e7dca9;
  53. }