2019-02-18 18:03:52 +08:00
|
|
|
/***
|
|
|
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
|
|
|
*
|
2019-02-18 18:05:02 +08:00
|
|
|
* Do not modify this file!
|
2019-02-18 18:03:52 +08:00
|
|
|
* - Edit grafana-ui/src/themes/light.ts to regenerate
|
|
|
|
* - Edit grafana-ui/src/themes/_variable.light.scss.tmpl.ts to update template
|
|
|
|
*
|
|
|
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
|
|
|
*/
|
|
|
|
|
2023-07-19 23:05:06 +08:00
|
|
|
@use 'sass:color';
|
2016-02-15 22:27:41 +08:00
|
|
|
// Global values
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2017-10-18 13:49:52 +08:00
|
|
|
$theme-name: light;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2019-02-19 20:57:56 +08:00
|
|
|
// New Colors
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$blue-base: #3871dc;
|
|
|
|
$red-base: #e0226e;
|
|
|
|
$green-base: #1b855e;
|
2020-03-24 17:30:53 +08:00
|
|
|
|
2016-02-15 22:27:41 +08:00
|
|
|
// Grays
|
|
|
|
// -------------------------
|
2019-02-20 23:11:36 +08:00
|
|
|
$black: #000000;
|
|
|
|
|
2021-04-21 20:25:43 +08:00
|
|
|
$dark-2: #161719;
|
2019-06-24 20:39:59 +08:00
|
|
|
$dark-10: #424345;
|
2021-04-21 20:25:43 +08:00
|
|
|
$gray-1: #555555;
|
|
|
|
$gray-2: #8e8e8e;
|
|
|
|
$gray-4: #d8d9da;
|
|
|
|
$gray-5: #ececec;
|
|
|
|
$gray-6: #f4f5f8;
|
|
|
|
$gray-7: #fbfbfb;
|
2019-02-19 20:57:56 +08:00
|
|
|
|
2019-02-13 04:54:20 +08:00
|
|
|
$white: #ffffff;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2024-12-19 19:44:28 +08:00
|
|
|
$layer2: #f4f5f5;
|
2021-04-12 20:23:00 +08:00
|
|
|
|
2016-02-15 22:27:41 +08:00
|
|
|
// Accent colors
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$blue: #1f62e0;
|
2019-02-20 23:11:36 +08:00
|
|
|
$red: $red-base;
|
2021-04-21 20:25:43 +08:00
|
|
|
$yellow: #ecbb13;
|
|
|
|
$purple: #9933cc;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2016-02-15 23:02:58 +08:00
|
|
|
// Scaffolding
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$body-bg: #f4f5f5;
|
2019-02-06 22:45:40 +08:00
|
|
|
|
2021-04-16 15:48:52 +08:00
|
|
|
$text-color: rgba(36, 41, 46, 1);
|
|
|
|
$text-color-weak: rgba(36, 41, 46, 0.75);
|
2021-12-16 00:50:29 +08:00
|
|
|
$text-color-emphasis: #000000;
|
2016-02-24 17:32:22 +08:00
|
|
|
|
2016-02-15 22:27:41 +08:00
|
|
|
// Links
|
|
|
|
// -------------------------
|
2021-04-16 15:48:52 +08:00
|
|
|
$link-color: rgba(36, 41, 46, 1);
|
2024-05-28 17:49:02 +08:00
|
|
|
$link-color-disabled: rgba(36, 41, 46, 0.64);
|
2021-12-16 00:50:29 +08:00
|
|
|
$link-hover-color: #000000;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
|
|
|
// Typography
|
|
|
|
// -------------------------
|
2017-12-19 23:22:41 +08:00
|
|
|
$text-muted: $text-color-weak;
|
2016-02-16 17:42:06 +08:00
|
|
|
|
2016-02-16 16:42:46 +08:00
|
|
|
// Panel
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$panel-bg: #ffffff;
|
2016-02-16 16:42:46 +08:00
|
|
|
|
2017-12-03 15:11:07 +08:00
|
|
|
// Page header
|
2024-12-19 19:44:28 +08:00
|
|
|
$page-header-bg: #f4f5f5;
|
2017-12-05 19:48:16 +08:00
|
|
|
$page-header-shadow: inset 0px -3px 10px $gray-6;
|
2024-12-19 19:44:28 +08:00
|
|
|
$page-header-border-color: #f4f5f5;
|
2017-12-03 15:11:07 +08:00
|
|
|
|
2016-02-16 16:42:46 +08:00
|
|
|
// Graphite Target Editor
|
2024-12-19 19:44:28 +08:00
|
|
|
$tight-form-func-bg: #f4f5f5;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2017-12-19 23:22:41 +08:00
|
|
|
$code-tag-bg: $gray-6;
|
2019-02-19 20:57:56 +08:00
|
|
|
$code-tag-border: $gray-4;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2017-11-23 19:54:12 +08:00
|
|
|
// cards
|
2024-12-19 19:44:28 +08:00
|
|
|
$card-background: #f4f5f5;
|
|
|
|
$card-background-hover: #f4f5f5;
|
2020-04-23 17:52:11 +08:00
|
|
|
$card-shadow: none;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2017-11-23 19:54:12 +08:00
|
|
|
// Lists
|
2020-01-17 16:43:17 +08:00
|
|
|
$list-item-bg: $gray-7;
|
2019-02-06 22:45:40 +08:00
|
|
|
|
2018-01-31 21:14:11 +08:00
|
|
|
$empty-list-cta-bg: $gray-6;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2019-02-06 22:45:40 +08:00
|
|
|
// Scrollbars
|
2019-02-19 20:57:56 +08:00
|
|
|
$scrollbarBackground: $gray-4;
|
|
|
|
$scrollbarBackground2: $gray-4;
|
2019-02-06 22:45:40 +08:00
|
|
|
|
2016-02-15 22:27:41 +08:00
|
|
|
// Tables
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$table-bg-accent: #f4f5f5;
|
2017-12-05 19:48:16 +08:00
|
|
|
|
2016-02-15 22:27:41 +08:00
|
|
|
// Buttons
|
|
|
|
// -------------------------
|
2019-02-19 20:57:56 +08:00
|
|
|
$btn-inverse-bg-hl: $gray-4;
|
2019-02-06 22:45:40 +08:00
|
|
|
|
2017-12-19 23:22:41 +08:00
|
|
|
$btn-divider-left: $gray-4;
|
|
|
|
$btn-divider-right: $gray-7;
|
2016-08-12 00:25:41 +08:00
|
|
|
|
2019-02-06 22:45:40 +08:00
|
|
|
$btn-drag-image: '../img/grab_light.svg';
|
2016-02-15 22:27:41 +08:00
|
|
|
|
|
|
|
// Forms
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$input-bg: #ffffff;
|
2017-12-19 23:22:41 +08:00
|
|
|
|
2021-04-23 20:40:06 +08:00
|
|
|
$input-color: rgba(36, 41, 46, 1);
|
2024-12-19 19:44:28 +08:00
|
|
|
$input-border-color: rgba(36, 41, 46, 0.3);
|
2018-05-25 18:51:27 +08:00
|
|
|
|
2016-02-15 22:27:41 +08:00
|
|
|
// Dropdowns
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$dropdownBackground: #ffffff;
|
2021-04-18 01:17:18 +08:00
|
|
|
$dropdownBorder: rgba(36, 41, 46, 0.12);
|
2021-04-16 15:48:52 +08:00
|
|
|
$dropdownDividerTop: rgba(36, 41, 46, 0.12);
|
|
|
|
$dropdownDividerBottom: rgba(36, 41, 46, 0.12);
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2019-02-20 23:11:36 +08:00
|
|
|
$dropdownLinkColor: $dark-2;
|
2017-12-19 23:22:41 +08:00
|
|
|
$dropdownLinkColorHover: $link-color;
|
|
|
|
$dropdownLinkColorActive: $link-color;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2017-12-19 23:22:41 +08:00
|
|
|
$dropdownLinkBackgroundHover: $gray-6;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2019-02-06 22:45:40 +08:00
|
|
|
// Menu dropdowns
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$menu-dropdown-bg: #ffffff;
|
2021-08-25 21:34:19 +08:00
|
|
|
$menu-dropdown-hover-bg: rgba(36, 41, 46, 0.12);
|
2021-04-22 15:18:32 +08:00
|
|
|
$menu-dropdown-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
|
2019-02-06 22:45:40 +08:00
|
|
|
|
2016-02-15 22:27:41 +08:00
|
|
|
// Form states and alerts
|
|
|
|
// -------------------------
|
2024-12-19 19:44:28 +08:00
|
|
|
$alert-error-bg: #e0226e;
|
|
|
|
$alert-success-bg: #1b855e;
|
|
|
|
$alert-warning-bg: #ff9900;
|
|
|
|
$alert-info-bg: #ff9900;
|
2016-02-15 22:27:41 +08:00
|
|
|
|
2020-03-30 22:31:53 +08:00
|
|
|
// Tooltips and popovers
|
2024-12-19 19:44:28 +08:00
|
|
|
$tooltipBackground: #f4f5f5;
|
2022-05-05 21:28:45 +08:00
|
|
|
$tooltipColor: rgba(36, 41, 46, 1);
|
2021-04-12 20:23:00 +08:00
|
|
|
|
2024-12-19 19:44:28 +08:00
|
|
|
$popover-bg: #ffffff;
|
2021-04-16 15:48:52 +08:00
|
|
|
$popover-color: rgba(36, 41, 46, 1);
|
2021-04-22 15:18:32 +08:00
|
|
|
$popover-border-color: rgba(36, 41, 46, 0.12);
|
2024-12-19 19:44:28 +08:00
|
|
|
$popover-header-bg: #f4f5f5;
|
2021-04-22 15:18:32 +08:00
|
|
|
$popover-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
|
2021-04-12 20:23:00 +08:00
|
|
|
|
2020-03-30 22:31:53 +08:00
|
|
|
$graph-tooltip-bg: $gray-5;
|
|
|
|
|
2023-07-19 23:05:06 +08:00
|
|
|
$tooltipLinkColor: color.adjust($tooltipColor, $lightness: 5%);
|
2024-12-19 19:44:28 +08:00
|
|
|
$tooltipExternalLinkColor: #6e9fff;
|
2020-03-30 22:31:53 +08:00
|
|
|
|
2024-10-15 20:38:42 +08:00
|
|
|
$popover-error-bg: $red-base;
|
2020-03-30 22:31:53 +08:00
|
|
|
$popover-help-bg: $tooltipBackground;
|
|
|
|
$popover-help-color: $tooltipColor;
|
2019-01-07 20:05:27 +08:00
|
|
|
|
2016-02-15 22:27:41 +08:00
|
|
|
// images
|
2018-01-25 19:17:16 +08:00
|
|
|
$checkboxImageUrl: '../img/checkbox_white.png';
|
2016-03-15 16:15:24 +08:00
|
|
|
|
2017-07-31 20:39:33 +08:00
|
|
|
// info box
|
2019-02-20 23:11:36 +08:00
|
|
|
$info-box-border-color: $blue-base;
|
2017-07-31 20:39:33 +08:00
|
|
|
|
2018-11-16 20:02:29 +08:00
|
|
|
//Switch Slider
|
|
|
|
// -------------------------
|
|
|
|
$switch-bg: $white;
|
|
|
|
$switch-slider-color: $gray-7;
|
|
|
|
$switch-slider-off-bg: $gray-5;
|
2020-04-13 15:58:40 +08:00
|
|
|
$switch-slider-on-bg: #1f60c4;
|
2019-02-20 23:11:36 +08:00
|
|
|
$switch-slider-shadow: 0 0 3px $dark-2;
|
2018-11-16 23:35:04 +08:00
|
|
|
|
|
|
|
//Checkbox
|
|
|
|
// -------------------------
|
|
|
|
$checkbox-bg: $gray-6;
|
2024-10-15 20:38:42 +08:00
|
|
|
$checkbox-border: 1px solid #b3b3b3;
|
2019-02-19 20:57:56 +08:00
|
|
|
$checkbox-checked-bg: linear-gradient(0deg, #ff9830, #e55400);
|
2018-11-16 23:35:04 +08:00
|
|
|
$checkbox-color: $gray-7;
|