mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
396 lines
9.1 KiB
SCSS
396 lines
9.1 KiB
SCSS
/***
|
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
|
*
|
|
* Do not modify this file!
|
|
* - 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 !!!
|
|
*/
|
|
|
|
// Global values
|
|
// --------------------------------------------------
|
|
|
|
$theme-name: light;
|
|
|
|
// New Colors
|
|
// -------------------------
|
|
$blue-light: #5794f2;
|
|
$blue-base: #3274d9;
|
|
$blue-shade: #1f60c4;
|
|
$red-base: #e02f44;
|
|
$red-shade: #c4162a;
|
|
$green-base: #3eb15b;
|
|
$green-shade: #369b4f;
|
|
$orange-dark: #ed5700;
|
|
|
|
$gray98: #f7f8fa;
|
|
$gray95: #e9edf2;
|
|
$gray85: #c7d0d9;
|
|
$gray70: #9fa7b3;
|
|
$gray60: #7b8087;
|
|
$gray33: #464c54;
|
|
$gray25: #2c3235;
|
|
$gray15: #202226;
|
|
$gray10: #141619;
|
|
$gray05: #0b0c0e;
|
|
|
|
// Grays
|
|
// -------------------------
|
|
$black: #000000;
|
|
|
|
$dark-1: #1e2028;
|
|
$dark-2: #41444b;
|
|
$dark-4: #35373f;
|
|
$dark-10: #424345;
|
|
$gray-1: #52545c;
|
|
$gray-2: #767980;
|
|
$gray-3: #acb6bf;
|
|
$gray-4: #c7d0d9;
|
|
$gray-5: #dde4ed;
|
|
$gray-6: #e9edf2;
|
|
$gray-7: #f7f8fa;
|
|
|
|
$white: #ffffff;
|
|
|
|
// Accent colors
|
|
// -------------------------
|
|
$blue: #33a2e5;
|
|
$red: $red-base;
|
|
$yellow: #ff851b;
|
|
$orange: #ff7941;
|
|
$purple: #9954bb;
|
|
$variable: #33a2e5;
|
|
|
|
$brand-primary: #ff7941;
|
|
$brand-success: #3eb15b;
|
|
$brand-warning: #ff7941;
|
|
$brand-danger: #e02f44;
|
|
|
|
$query-red: #e02f44;
|
|
$query-green: #3eb15b;
|
|
$query-purple: #9954bb;
|
|
$query-orange: #ff7941;
|
|
|
|
// Status colors
|
|
// -------------------------
|
|
$online: #369b4f;
|
|
$warn: #f79520;
|
|
$critical: #c4162a;
|
|
|
|
// Scaffolding
|
|
// -------------------------
|
|
$body-bg: #ffffff;
|
|
$page-bg: #ffffff;
|
|
$dashboard-bg: #f7f8fa;
|
|
|
|
$text-color: #464c54;
|
|
$text-color-strong: #202226;
|
|
$text-color-semi-weak: #464c54;
|
|
$text-color-weak: #7b8087;
|
|
$text-color-faint: #9fa7b3;
|
|
$text-color-emphasis: #202226;
|
|
$text-blue: #33a2e5;
|
|
|
|
$text-shadow-faint: none;
|
|
|
|
// gradients
|
|
$brand-gradient-horizontal: linear-gradient(to right, #f05a28 30%, #fbca0a 99%);
|
|
$brand-gradient-vertical: linear-gradient(#f05a28 30%, #fbca0a 99%);
|
|
|
|
// Links
|
|
// -------------------------
|
|
$link-color: #464c54;
|
|
$link-color-disabled: #7b8087;
|
|
$link-hover-color: #202226;
|
|
$external-link-color: #33a2e5;
|
|
|
|
// Typography
|
|
// -------------------------
|
|
$headings-color: #2c3235;
|
|
$abbr-border-color: $gray-2 !default;
|
|
$text-muted: $text-color-weak;
|
|
|
|
$hr-border-color: $gray-4 !default;
|
|
|
|
// Panel
|
|
// -------------------------
|
|
$panel-bg: #ffffff;
|
|
$panel-border: 1px solid #dce1e6;
|
|
$panel-header-hover-bg: #f1f5f9;
|
|
$panel-corner: $gray-4;
|
|
|
|
// Page header
|
|
$page-header-bg: #f1f5f9;
|
|
$page-header-shadow: inset 0px -3px 10px $gray-6;
|
|
$page-header-border-color: #dce1e6;
|
|
|
|
$divider-border-color: $gray-2;
|
|
|
|
// Graphite Target Editor
|
|
$tight-form-func-bg: #f1f5f9;
|
|
$tight-form-func-highlight-bg: #eaf0f6;
|
|
|
|
$modal-backdrop-bg: #ffffff;
|
|
$code-tag-bg: $gray-6;
|
|
$code-tag-border: $gray-4;
|
|
|
|
// cards
|
|
$card-background: #f1f5f9;
|
|
$card-background-hover: #eaf0f6;
|
|
$card-shadow: none;
|
|
|
|
// Lists
|
|
$list-item-bg: $gray-7;
|
|
$list-item-hover-bg: $gray-6;
|
|
$list-item-shadow: $card-shadow;
|
|
|
|
$empty-list-cta-bg: $gray-6;
|
|
|
|
// Scrollbars
|
|
$scrollbarBackground: $gray-4;
|
|
$scrollbarBackground2: $gray-4;
|
|
$scrollbarBorder: $gray-7;
|
|
|
|
// Tables
|
|
// -------------------------
|
|
$table-bg-accent: #fafafa;
|
|
$table-border: $gray-3; // table and cell border
|
|
|
|
$table-bg-odd: $gray-6;
|
|
$table-bg-hover: $gray-5;
|
|
|
|
// Buttons
|
|
// -------------------------
|
|
$btn-secondary-bg: $gray-5;
|
|
$btn-secondary-bg-hl: $gray-4;
|
|
|
|
$btn-primary-bg: $blue-base;
|
|
$btn-primary-bg-hl: $blue-shade;
|
|
|
|
$btn-success-bg: $green-base;
|
|
$btn-success-bg-hl: $green-shade;
|
|
|
|
$btn-danger-bg: $red-base;
|
|
$btn-danger-bg-hl: $red-shade;
|
|
|
|
$btn-inverse-bg: $gray-5;
|
|
$btn-inverse-bg-hl: $gray-4;
|
|
$btn-inverse-text-color: $gray-1;
|
|
$btn-inverse-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
|
|
$btn-link-color: $gray-1;
|
|
|
|
$iconContainerBackground: $white;
|
|
|
|
$btn-divider-left: $gray-4;
|
|
$btn-divider-right: $gray-7;
|
|
|
|
$btn-drag-image: '../img/grab_light.svg';
|
|
|
|
$navbar-btn-gicon-brightness: brightness(1.5);
|
|
|
|
$btn-active-box-shadow: 0px 0px 4px rgba(234, 161, 51, 0.6);
|
|
|
|
// Forms
|
|
// -------------------------
|
|
$input-bg: $white;
|
|
$input-bg-disabled: $gray-5;
|
|
|
|
$input-color: #464c54;
|
|
$input-border-color: #c7d0d9;
|
|
$input-box-shadow: none;
|
|
$input-border-focus: #5794f2;
|
|
$input-box-shadow-focus: #5794f2;
|
|
$input-color-placeholder: #9fa7b3;
|
|
$input-label-bg: #f1f5f9;
|
|
$input-color-select-arrow: #7b8087;
|
|
|
|
// search
|
|
$search-shadow: 0 1px 5px 0 $gray-5;
|
|
|
|
// Typeahead
|
|
$typeahead-shadow: 0 5px 10px 0 $gray-5;
|
|
$typeahead-selected-bg: $gray-6;
|
|
$typeahead-selected-color: $yellow;
|
|
|
|
// Dropdowns
|
|
// -------------------------
|
|
$dropdownBackground: $white;
|
|
$dropdownBorder: $gray-4;
|
|
$dropdownDividerTop: $gray-6;
|
|
$dropdownDividerBottom: $gray-4;
|
|
|
|
$dropdownLinkColor: $dark-2;
|
|
$dropdownLinkColorHover: $link-color;
|
|
$dropdownLinkColorActive: $link-color;
|
|
|
|
$dropdownLinkBackgroundHover: $gray-6;
|
|
|
|
// Horizontal forms & lists
|
|
// -------------------------
|
|
$horizontalComponentOffset: 180px;
|
|
|
|
// Navbar
|
|
// -------------------------
|
|
$navbarHeight: 52px;
|
|
$navbarBorder: 1px solid $gray-5;
|
|
|
|
// Sidemenu
|
|
// -------------------------
|
|
$side-menu-bg: #202226;
|
|
$side-menu-border: 1px solid #2c3235;
|
|
$side-menu-bg-mobile: rgba(0, 0, 0, 0); //$gray-6;
|
|
$side-menu-item-hover-bg: #2c3235;
|
|
$side-menu-shadow: 5px 0px 10px -5px $gray-1;
|
|
$side-menu-link-color: $gray-4;
|
|
$side-menu-icon-color: #9fa7b3;
|
|
$side-menu-header-color: #e9edf2;
|
|
|
|
// Menu dropdowns
|
|
// -------------------------
|
|
$menu-dropdown-bg: $panel-bg;
|
|
$menu-dropdown-hover-bg: $gray-6;
|
|
$menu-dropdown-shadow: 5px 5px 10px -5px $gray-1;
|
|
|
|
// Tabs
|
|
// -------------------------
|
|
$tab-border-color: $gray-5;
|
|
|
|
// Toolbar
|
|
$toolbar-bg: white;
|
|
|
|
// Form states and alerts
|
|
// -------------------------
|
|
$warning-text-color: lighten($orange, 10%);
|
|
$error-text-color: $red-shade;
|
|
$success-text-color: lighten($green-base, 10%);
|
|
|
|
$alert-error-bg: linear-gradient(90deg, $red-base, $red-shade);
|
|
$alert-success-bg: linear-gradient(90deg, $green-base, $green-shade);
|
|
$alert-warning-bg: linear-gradient(90deg, $red-base, $red-shade);
|
|
$alert-info-bg: linear-gradient(100deg, $blue-base, $blue-shade);
|
|
|
|
// Tooltips and popovers
|
|
$tooltipBackground: $gray-1;
|
|
$tooltipColor: $gray-7;
|
|
$tooltipArrowColor: $tooltipBackground; // Used by Angular tooltip
|
|
$tooltipBackgroundError: $brand-danger;
|
|
$tooltipShadow: 0 0 5px $gray60;
|
|
$graph-tooltip-bg: $gray-5;
|
|
|
|
$tooltipArrowWidth: 5px;
|
|
$tooltipLinkColor: lighten($tooltipColor, 5%);
|
|
|
|
$popover-bg: $page-bg;
|
|
$popover-color: $text-color;
|
|
$popover-border-color: $gray-5;
|
|
$popover-header-bg: $gray-5;
|
|
$popover-shadow: 0 0 20px $white;
|
|
|
|
$popover-error-bg: $btn-danger-bg;
|
|
$popover-help-bg: $tooltipBackground;
|
|
$popover-help-color: $tooltipColor;
|
|
|
|
$popover-code-bg: #ffffff;
|
|
$popover-code-boxshadow: 0 0 5px $gray60;
|
|
|
|
// images
|
|
$checkboxImageUrl: '../img/checkbox_white.png';
|
|
|
|
// info box
|
|
$info-box-border-color: $blue-base;
|
|
|
|
// footer
|
|
$footer-link-color: $gray-3;
|
|
$footer-link-hover: $dark-2;
|
|
|
|
// json explorer
|
|
$json-explorer-default-color: black;
|
|
$json-explorer-string-color: green;
|
|
$json-explorer-number-color: $blue-base;
|
|
$json-explorer-boolean-color: $red-base;
|
|
$json-explorer-null-color: #855a00;
|
|
$json-explorer-undefined-color: rgb(202, 11, 105);
|
|
$json-explorer-function-color: #ff20ed;
|
|
$json-explorer-rotate-time: 100ms;
|
|
$json-explorer-toggler-opacity: 0.6;
|
|
$json-explorer-bracket-color: $blue-base;
|
|
$json-explorer-key-color: #00008b;
|
|
$json-explorer-url-color: $blue-base;
|
|
|
|
// Changelog and diff
|
|
// -------------------------
|
|
$diff-label-bg: #dce1e6;
|
|
$diff-label-fg: $gray-2;
|
|
|
|
$diff-arrow-color: $dark-2;
|
|
$diff-group-bg: #f1f5f9;
|
|
|
|
$diff-json-bg: #f1f5f9;
|
|
$diff-json-fg: #464c54;
|
|
|
|
$diff-json-added: $blue-shade;
|
|
$diff-json-deleted: $red-shade;
|
|
|
|
$diff-json-old: #5a372a;
|
|
$diff-json-new: #664e33;
|
|
|
|
$diff-json-changed-fg: $gray-7;
|
|
$diff-json-changed-num: $gray-4;
|
|
|
|
$diff-json-icon: $gray-4;
|
|
|
|
//Submenu
|
|
$variable-option-bg: $dropdownLinkBackgroundHover;
|
|
|
|
//Switch Slider
|
|
// -------------------------
|
|
$switch-bg: $white;
|
|
$switch-slider-color: $gray-7;
|
|
$switch-slider-off-bg: $gray-5;
|
|
$switch-slider-on-bg: #1f60c4;
|
|
$switch-slider-shadow: 0 0 3px $dark-2;
|
|
|
|
//Checkbox
|
|
// -------------------------
|
|
$checkbox-bg: $gray-6;
|
|
$checkbox-border: 1px solid $gray-3;
|
|
$checkbox-checked-bg: linear-gradient(0deg, #ff9830, #e55400);
|
|
$checkbox-color: $gray-7;
|
|
|
|
//Panel Edit
|
|
// -------------------------
|
|
$panel-editor-shadow: 0px 0px 8px $gray-3;
|
|
$panel-editor-side-menu-shadow: drop-shadow(0 0 2px $gray-3);
|
|
$panel-editor-viz-item-shadow: 0 0 4px $gray-3;
|
|
$panel-editor-viz-item-border: 1px solid $gray-3;
|
|
$panel-editor-viz-item-shadow-hover: 0 0 4px $blue-light;
|
|
$panel-editor-viz-item-border-hover: 1px solid $blue-light;
|
|
$panel-editor-viz-item-bg: $white;
|
|
$panel-editor-tabs-line-color: $dark-2;
|
|
|
|
$panel-editor-viz-item-bg-hover: lighten($blue-base, 45%);
|
|
|
|
$panel-options-group-border: none;
|
|
$panel-options-group-header-bg: $gray-5;
|
|
|
|
$panel-grid-placeholder-bg: lighten(#5794f2, 30%);
|
|
$panel-grid-placeholder-shadow: 0 0 4px #5794f2;
|
|
|
|
// logs
|
|
$logs-color-unknown: $gray-5;
|
|
|
|
// toggle-group
|
|
$button-toggle-group-btn-active-bg: $brand-primary;
|
|
$button-toggle-group-btn-active-shadow: inset 0 0 4px $white;
|
|
$button-toggle-group-btn-separator-border: 1px solid $gray-6;
|
|
|
|
$vertical-resize-handle-bg: $gray-4;
|
|
$vertical-resize-handle-dots: $gray-3;
|
|
$vertical-resize-handle-dots-hover: $gray-2;
|
|
|
|
// Calendar
|
|
$calendar-bg-days: $white;
|
|
$calendar-bg-now: $gray-6;
|