_variables.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. // configures general layout for detailed layout configuration please refer to the css files
  2. // Blueberry Colors
  3. $Color-Azure: #007fff;
  4. $Color-Azure-50 : #f2f9ff;
  5. $Color-Azure-100: #e6f2ff;
  6. $Color-Azure-200: #bfdfff;
  7. $Color-Azure-300: #99ccff;
  8. $Color-Azure-400: #4da5ff;
  9. $Color-Azure-450: #2792fd;
  10. $Color-Azure-500: #007fff;
  11. $Color-Azure-600: #0072e6;
  12. $Color-Azure-700: #005fbf;
  13. $Color-Azure-800: #004c99;
  14. $Color-Azure-900: #003e7d;
  15. $Color-Secondary: #ff8000;
  16. $Color-Tertiary: #0ad5d5;
  17. $Color-White: #fff;
  18. $Color-Gray-50: #f9f9f9;
  19. $Color-Gray-100: #f2f2f2;
  20. $Color-Gray-200: #dfdfdf;
  21. $Color-Gray-300: #cccccc;
  22. $Color-Gray-400: #a5a5a5;
  23. $Color-Gray-500: #7f7f7f;
  24. $Color-Gray-600: #727272;
  25. $Color-Gray-700: #5f5f5f;
  26. $Color-Gray-800: #4c4c4c;
  27. $Color-Gray-900: #3e3e3e;
  28. $Color-Gray-950: #111111;
  29. $Color-Black: #000;
  30. $Color-Body: #1e1e2a;
  31. $Color-Body-Light: #2c2c3d;
  32. $Color-Body-Dark: #fafafa;
  33. $Color-Body-Special: #3a3a56;
  34. $Color-Body-Special2: #464675;
  35. $Color-Body-VSCode: #1e1e1e;
  36. $Color-OnBody: $Color-Gray-500;
  37. $Color-OnBody-Light-Shade: $Color-Gray-500;
  38. $Color-OnBody-Dark-Shade: $Color-Gray-500;
  39. $Color-Text-Main: #f9f7f7;
  40. $Color-Text-Secondary: #898989;
  41. $Color-Text-Secondary-Dark: #757575;
  42. $Color-Text-White: #f9f7f7;
  43. $Color-Text-Black: #111118;
  44. $Color-Text-OnAccent: #f9f7f7;
  45. $Color-Text-OnBody: #111118;
  46. $Color-Tailwind-Title: #e2e8f0;
  47. $Color-Tailwind-Text: #94a3b8;
  48. $Color-Tailwind-Focus: #38bdf8;
  49. $Color-Misc1: $Color-Tailwind-Text;
  50. $border-radius: 1rem;
  51. $Font-Persian: "Vazirmatn FD", "Vazirmatn", "Vazir FD", "Vazir", "Segoe UI", "Segoe Pro", sans-serif;
  52. $Font-Arabic: "Noto Kufi Arabic", "Vazirmatn FD", "Vazirmatn", "Vazir FD", "Vazir", "Segoe UI", "Segoe Pro", sans-serif;
  53. $Font-English: "Segoe UI", "Segoe Pro", Roboto, Verdana, sans-serif;
  54. $Font-Mono: "Consolas", monospace;
  55. // navi frame
  56. // navi frame width
  57. $navi-width: 240px;
  58. // foreground (text) color for the navi frame
  59. $navi-color: rgb(148, 163, 184);
  60. // $navi-color: $Color-Gray-100;
  61. // background for the navi frame
  62. $navi-background: $Color-Body;
  63. // foreground (text) color of the pointer in navi frame
  64. $navi-pointer-color: $Color-Tailwind-Focus;
  65. // background of the pointer in navi frame
  66. $navi-pointer-background: $Color-Body;
  67. // main frame
  68. // foreground (text) color for the main frame
  69. $main-color: $Color-Gray-200;
  70. // foreground (text) color of the pointer in browse mode
  71. $browse-pointer-color: $Color-White;
  72. // background of the pointer in browse mode
  73. $browse-pointer-background: $Color-Gray-300;
  74. // foreground (text) color of the marker (visually marks row by clicking on it)
  75. // in browse mode
  76. $browse-marker-color: $Color-White;
  77. // background of the marker (visually marks row by clicking on it) in browse mode
  78. $browse-marker-background: #fc9;
  79. // tables
  80. // border
  81. $border: 0;
  82. // table header and footer color
  83. $th-background: $Color-Body-Light;
  84. // table header and footer background
  85. $th-color: $Color-White;
  86. // table data row background
  87. $bg-one: $Color-Body;
  88. // table data row background, alternate
  89. $bg-two: $Color-Body-Light;
  90. // Bootstrap
  91. // ---------
  92. // Body
  93. $body-color: $main-color;
  94. // Typography
  95. $font-family-base: sans-serif;
  96. $font-family-monospace: monospace;
  97. $font-size-base: 0.82rem;
  98. // Tables
  99. $table-cell-padding: 0.1em 0.3em;
  100. $table-cell-padding-sm: $table-cell-padding;
  101. $table-head-bg: #fff;
  102. $table-head-color: $th-color;
  103. $table-striped-order: even;
  104. $table-accent-bg: #dfdfdf;
  105. $table-hover-color: $browse-pointer-color;
  106. $table-border-color: #fff;
  107. $table-border-width: 0;
  108. // Buttons
  109. $enable-gradients: true;
  110. $enable-shadows: true;
  111. $enable-transitions: false;
  112. $primary: #ddd;
  113. $secondary: #ddd;
  114. $btn-border-radius: 0.85rem;
  115. $btn-line-height: 1.15;
  116. // Dropdowns
  117. $dropdown-padding-y: 0;
  118. $dropdown-item-padding-y: 0;
  119. $dropdown-item-padding-x: 0;
  120. // Forms
  121. $form-check-input-margin-y: 0.1rem;
  122. // Navbar
  123. $enable-caret: false;
  124. $navbar-padding-y: 0;
  125. $navbar-padding-x: 0;
  126. $navbar-light-color: $Color-Azure-800;
  127. $navbar-light-hover-color: $Color-Azure-800;
  128. $navbar-light-active-color: $Color-Azure-800;
  129. $navbar-light-disabled-color: $Color-Azure-800;
  130. // Card
  131. $card-border-color: #aaa;
  132. $card-bg: #eee;
  133. $card-cap-bg: #fff;
  134. // Breadcrumbs
  135. $breadcrumb-padding-y: 0.1rem;
  136. $breadcrumb-margin-bottom: 0;
  137. $breadcrumb-bg: #888;
  138. $breadcrumb-divider-color: #fff;
  139. $breadcrumb-divider: quote("»");
  140. $breadcrumb-border-radius: 0;
  141. // Modals
  142. $modal-inner-padding: 0.75rem;
  143. $modal-footer-margin-between: 0.1rem;
  144. $modal-header-padding-y: 0.4rem;
  145. // Alert
  146. $alert-margin-bottom: 0.5em;
  147. $alert-border-radius: 5px;
  148. // List group
  149. $list-group-bg: inherit;
  150. $list-group-item-padding-x: 0;
  151. $list-group-item-padding-y: 0;
  152. // Forms
  153. $label-margin-bottom: 0;
  154. // Icons
  155. // $loading-icon-url: url("../img/ajax_clock_small.svg");
  156. $loading-icon-url: url("../img/loading.svg");