_variables.light.generated.scss 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. /***
  2. * !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
  3. *
  4. * Do not modify this file!
  5. * - Edit grafana-ui/src/themes/light.ts to regenerate
  6. * - Edit grafana-ui/src/themes/_variable.light.scss.tmpl.ts to update template
  7. *
  8. * !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
  9. */
  10. // Global values
  11. // --------------------------------------------------
  12. $theme-name: light;
  13. $colors-action-hover: rgba(36, 41, 46, 0.12);
  14. $colors-action-selected: rgba(36, 41, 46, 0.08);
  15. // New Colors
  16. // -------------------------
  17. $blue-light: #1F62E0;
  18. $blue-base: #3871DC;
  19. $blue-shade: rgb(44, 90, 176);
  20. $red-base: #E0226E;
  21. $red-shade: rgb(179, 27, 88);
  22. $green-base: #1B855E;
  23. $green-shade: rgb(21, 106, 75);
  24. $orange-dark: #ff780a;
  25. $gray98: #f7f8fa;
  26. $gray95: #e9edf2;
  27. $gray85: #c7d0d9;
  28. $gray70: #9fa7b3;
  29. $gray60: #7b8087;
  30. $gray33: #464c54;
  31. $gray25: #2c3235;
  32. $gray15: #202226;
  33. $gray10: #141619;
  34. $gray05: #0b0c0e;
  35. // Grays
  36. // -------------------------
  37. $black: #000000;
  38. $dark-1: #141414;
  39. $dark-2: #161719;
  40. $dark-4: #212124;
  41. $dark-10: #424345;
  42. $gray-1: #555555;
  43. $gray-2: #8e8e8e;
  44. $gray-3: #b3b3b3;
  45. $gray-4: #d8d9da;
  46. $gray-5: #ececec;
  47. $gray-6: #f4f5f8;
  48. $gray-7: #fbfbfb;
  49. $white: #ffffff;
  50. $layer0: #F4F5F5;
  51. $layer1: #FFFFFF;
  52. $layer2: #F4F5F5;
  53. $divider: rgba(36, 41, 46, 0.12);
  54. $border0: rgba(36, 41, 46, 0.12);
  55. $border1: rgba(36, 41, 46, 0.30);
  56. // Accent colors
  57. // -------------------------
  58. $blue: #1F62E0;
  59. $red: $red-base;
  60. $yellow: #ecbb13;
  61. $orange: #eb7b18;
  62. $purple: #9933cc;
  63. $variable: #1F62E0;
  64. $brand-primary: #eb7b18;
  65. $brand-success: #1B855E;
  66. $brand-warning: #FAD34A;
  67. $brand-danger: #E0226E;
  68. $query-red: #CF0E5B;
  69. $query-green: #0A764E;
  70. $query-purple: #fe85fc;
  71. $query-orange: #eb7b18;
  72. // Status colors
  73. // -------------------------
  74. $online: #0A764E;
  75. $warn: #8A6C00;
  76. $critical: #CF0E5B;
  77. // Scaffolding
  78. // -------------------------
  79. $body-bg: #F4F5F5;
  80. $page-bg: #F4F5F5;
  81. $dashboard-bg: #F4F5F5;
  82. $text-color: rgba(36, 41, 46, 1);
  83. $text-color-strong: #000000;
  84. $text-color-semi-weak: rgba(36, 41, 46, 0.75);
  85. $text-color-weak: rgba(36, 41, 46, 0.75);
  86. $text-color-faint: rgba(36, 41, 46, 0.50);
  87. $text-color-emphasis: #000000;
  88. $text-blue: #1F62E0;
  89. $text-shadow-faint: none;
  90. // gradients
  91. $brand-gradient-horizontal: linear-gradient(90deg, #FF8833 0%, #F53E4C 100%);
  92. $brand-gradient-vertical: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.07%);
  93. // Links
  94. // -------------------------
  95. $link-color: rgba(36, 41, 46, 1);
  96. $link-color-disabled: rgba(36, 41, 46, 0.50);
  97. $link-hover-color: #000000;
  98. $external-link-color: #1F62E0;
  99. // Typography
  100. // -------------------------
  101. $headings-color: rgba(36, 41, 46, 1);
  102. $abbr-border-color: $gray-2 !default;
  103. $text-muted: $text-color-weak;
  104. $hr-border-color: $gray-4 !default;
  105. // Panel
  106. // -------------------------
  107. $panel-bg: #FFFFFF;
  108. $panel-border: 1px solid rgba(36, 41, 46, 0.12);
  109. $panel-header-hover-bg: rgba(36, 41, 46, 0.12);
  110. $panel-box-shadow: none;
  111. $panel-corner: $panel-bg;
  112. // Page header
  113. $page-header-bg: #F4F5F5;
  114. $page-header-shadow: inset 0px -3px 10px $gray-6;
  115. $page-header-border-color: #F4F5F5;
  116. $divider-border-color: $gray-2;
  117. // Graphite Target Editor
  118. $tight-form-func-bg: #F4F5F5;
  119. $tight-form-func-highlight-bg: #eff0f0;
  120. $modal-backdrop-bg: #FFFFFF;
  121. $code-tag-bg: $gray-6;
  122. $code-tag-border: $gray-4;
  123. // cards
  124. $card-background: #F4F5F5;
  125. $card-background-hover: #F4F5F5;
  126. $card-shadow: none;
  127. // Lists
  128. $list-item-bg: $gray-7;
  129. $list-item-hover-bg: $gray-6;
  130. $list-item-shadow: $card-shadow;
  131. $empty-list-cta-bg: $gray-6;
  132. // Scrollbars
  133. $scrollbarBackground: $gray-4;
  134. $scrollbarBackground2: $gray-4;
  135. $scrollbarBorder: $gray-7;
  136. // Tables
  137. // -------------------------
  138. $table-bg-accent: #F4F5F5;
  139. $table-border: rgba(36, 41, 46, 0.30);
  140. $table-bg-odd: rgb(249, 249, 249);
  141. $table-bg-hover: rgb(242, 242, 242);
  142. // Buttons
  143. // -------------------------
  144. $btn-secondary-bg: $gray-5;
  145. $btn-secondary-bg-hl: $gray-4;
  146. $btn-primary-bg: $blue-base;
  147. $btn-primary-bg-hl: $blue-shade;
  148. $btn-success-bg: $green-base;
  149. $btn-success-bg-hl: $green-shade;
  150. $btn-danger-bg: $red-base;
  151. $btn-danger-bg-hl: $red-shade;
  152. $btn-inverse-bg: $gray-5;
  153. $btn-inverse-bg-hl: $gray-4;
  154. $btn-inverse-text-color: $gray-1;
  155. $btn-inverse-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  156. $btn-link-color: $gray-1;
  157. $iconContainerBackground: $white;
  158. $btn-divider-left: $gray-4;
  159. $btn-divider-right: $gray-7;
  160. $btn-drag-image: '../img/grab_light.svg';
  161. $navbar-btn-gicon-brightness: brightness(1.5);
  162. $btn-active-box-shadow: 0px 0px 4px rgba(234, 161, 51, 0.6);
  163. // Forms
  164. // -------------------------
  165. $input-bg: #FFFFFF;
  166. $input-bg-disabled: rgba(36, 41, 46, 0.04);
  167. $input-color: rgba(36, 41, 46, 1);
  168. $input-border-color: rgba(36, 41, 46, 0.30);
  169. $input-box-shadow: none;
  170. $input-border-focus: #5794f2;
  171. $input-box-shadow-focus: #5794f2;
  172. $input-color-placeholder: rgba(36, 41, 46, 0.50);
  173. $input-label-bg: #F4F5F5;
  174. $input-color-select-arrow: #7b8087;
  175. // search
  176. $search-shadow: 0 1px 5px 0 $gray-5;
  177. // Typeahead
  178. $typeahead-shadow: 0 5px 10px 0 $gray-5;
  179. $typeahead-selected-bg: $gray-6;
  180. $typeahead-selected-color: $yellow;
  181. // Dropdowns
  182. // -------------------------
  183. $dropdownBackground: #FFFFFF;
  184. $dropdownBorder: rgba(36, 41, 46, 0.12);
  185. $dropdownDividerTop: rgba(36, 41, 46, 0.12);
  186. $dropdownDividerBottom: rgba(36, 41, 46, 0.12);
  187. $dropdownShadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
  188. $dropdownLinkColor: $dark-2;
  189. $dropdownLinkColorHover: $link-color;
  190. $dropdownLinkColorActive: $link-color;
  191. $dropdownLinkBackgroundHover: $gray-6;
  192. // Horizontal forms & lists
  193. // -------------------------
  194. $horizontalComponentOffset: 180px;
  195. // Navbar
  196. // -------------------------
  197. $navbarHeight: 52px;
  198. $navbarBorder: 1px solid $gray-5;
  199. // Sidemenu
  200. // -------------------------
  201. $side-menu-bg: #202226;
  202. $side-menu-border: 1px solid #2c3235;
  203. $side-menu-bg-mobile: rgba(0, 0, 0, 0); //$gray-6;
  204. $side-menu-item-hover-bg: #2c3235;
  205. $side-menu-shadow: 5px 0px 10px -5px $gray-1;
  206. $side-menu-link-color: $gray-4;
  207. $side-menu-icon-color: #9fa7b3;
  208. $side-menu-header-color: #e9edf2;
  209. // Menu dropdowns
  210. // -------------------------
  211. $menu-dropdown-bg: #FFFFFF;
  212. $menu-dropdown-hover-bg: rgba(36, 41, 46, 0.12);
  213. $menu-dropdown-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
  214. // Tabs
  215. // -------------------------
  216. $tab-border-color: $gray-5;
  217. // Form states and alerts
  218. // -------------------------
  219. $warning-text-color: #8A6C00;
  220. $error-text-color: #CF0E5B;
  221. $success-text-color: #0A764E;
  222. $alert-error-bg: #E0226E;
  223. $alert-success-bg: #1B855E;
  224. $alert-warning-bg: #FAD34A;
  225. $alert-info-bg: #FAD34A;
  226. // Tooltips and popovers
  227. $tooltipBackground: #F4F5F5;
  228. $tooltipColor: rgba(36, 41, 46, 1);
  229. $tooltipArrowColor: #F4F5F5;
  230. $tooltipBackgroundError: #E0226E;
  231. $tooltipShadow: 0px 4px 8px rgba(24, 26, 27, 0.2);
  232. $popover-bg: #FFFFFF;
  233. $popover-color: rgba(36, 41, 46, 1);
  234. $popover-border-color: rgba(36, 41, 46, 0.12);
  235. $popover-header-bg: #F4F5F5;
  236. $popover-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
  237. $graph-tooltip-bg: $gray-5;
  238. $tooltipArrowWidth: 5px;
  239. $tooltipLinkColor: lighten($tooltipColor, 5%);
  240. $tooltipExternalLinkColor: #6E9FFF;
  241. $popover-error-bg: $btn-danger-bg;
  242. $popover-help-bg: $tooltipBackground;
  243. $popover-help-color: $tooltipColor;
  244. $popover-code-bg: #FFFFFF;
  245. $popover-code-boxshadow: 0 0 5px $gray60;
  246. // images
  247. $checkboxImageUrl: '../img/checkbox_white.png';
  248. // info box
  249. $info-box-border-color: $blue-base;
  250. // footer
  251. $footer-link-color: $gray-1;
  252. $footer-link-hover: $dark-2;
  253. // json explorer
  254. $json-explorer-default-color: black;
  255. $json-explorer-string-color: green;
  256. $json-explorer-number-color: $blue-base;
  257. $json-explorer-boolean-color: $red-base;
  258. $json-explorer-null-color: #855a00;
  259. $json-explorer-undefined-color: rgb(202, 11, 105);
  260. $json-explorer-function-color: #ff20ed;
  261. $json-explorer-rotate-time: 100ms;
  262. $json-explorer-toggler-opacity: 0.6;
  263. $json-explorer-bracket-color: $blue-base;
  264. $json-explorer-key-color: #00008b;
  265. $json-explorer-url-color: $blue-base;
  266. // Changelog and diff
  267. // -------------------------
  268. $diff-label-bg: rgba(36, 41, 46, 0.12);
  269. $diff-label-fg: $gray-2;
  270. $diff-arrow-color: $dark-2;
  271. $diff-group-bg: #F4F5F5;
  272. $diff-json-bg: #F4F5F5;
  273. $diff-json-fg: rgba(36, 41, 46, 1);
  274. $diff-json-added: $blue-shade;
  275. $diff-json-deleted: $red-shade;
  276. $diff-json-old: #5a372a;
  277. $diff-json-new: #664e33;
  278. $diff-json-changed-fg: $gray-7;
  279. $diff-json-changed-num: $gray-4;
  280. $diff-json-icon: $gray-4;
  281. //Submenu
  282. $variable-option-bg: $dropdownLinkBackgroundHover;
  283. //Switch Slider
  284. // -------------------------
  285. $switch-bg: $white;
  286. $switch-slider-color: $gray-7;
  287. $switch-slider-off-bg: $gray-5;
  288. $switch-slider-on-bg: #1f60c4;
  289. $switch-slider-shadow: 0 0 3px $dark-2;
  290. //Checkbox
  291. // -------------------------
  292. $checkbox-bg: $gray-6;
  293. $checkbox-border: 1px solid $gray-3;
  294. $checkbox-checked-bg: linear-gradient(0deg, #ff9830, #e55400);
  295. $checkbox-color: $gray-7;
  296. //Panel Edit
  297. // -------------------------
  298. $panel-editor-shadow: 0px 0px 8px $gray-3;
  299. $panel-editor-side-menu-shadow: drop-shadow(0 0 2px $gray-3);
  300. $panel-editor-viz-item-shadow: 0 0 4px $gray-3;
  301. $panel-editor-viz-item-border: 1px solid $gray-3;
  302. $panel-editor-viz-item-shadow-hover: 0 0 4px $blue-light;
  303. $panel-editor-viz-item-border-hover: 1px solid $blue-light;
  304. $panel-editor-viz-item-bg: $card-background;
  305. $panel-editor-tabs-line-color: $dark-2;
  306. $panel-editor-viz-item-bg-hover: lighten($blue-base, 45%);
  307. $panel-grid-placeholder-bg: lighten(#5794f2, 30%);
  308. $panel-grid-placeholder-shadow: 0 0 4px #5794f2;
  309. // logs
  310. $logs-color-unknown: $gray-5;
  311. // toggle-group
  312. $button-toggle-group-btn-active-bg: $brand-primary;
  313. $button-toggle-group-btn-active-shadow: inset 0 0 4px $white;
  314. $button-toggle-group-btn-separator-border: 1px solid $gray-6;
  315. $vertical-resize-handle-bg: $gray-4;
  316. $vertical-resize-handle-dots: $gray-3;
  317. $vertical-resize-handle-dots-hover: $gray-2;
  318. // Calendar
  319. $calendar-bg-days: $white;
  320. $calendar-bg-now: $gray-6;