|
@@ -47,26 +47,30 @@ const lightTheme: GrafanaTheme = {
|
|
|
...basicColors,
|
|
...basicColors,
|
|
|
variable: basicColors.blue,
|
|
variable: basicColors.blue,
|
|
|
inputBlack: '#09090b',
|
|
inputBlack: '#09090b',
|
|
|
- queryRed: basicColors.red,
|
|
|
|
|
|
|
+ brandPrimary: basicColors.orange,
|
|
|
|
|
+ brandSuccess: basicColors.greenBase,
|
|
|
|
|
+ brandWarning: basicColors.orange,
|
|
|
|
|
+ brandDanger: basicColors.redBase,
|
|
|
|
|
+ queryRed: basicColors.redBase,
|
|
|
queryGreen: basicColors.greenBase,
|
|
queryGreen: basicColors.greenBase,
|
|
|
queryPurple: basicColors.purple,
|
|
queryPurple: basicColors.purple,
|
|
|
- queryKeyword: basicColors.blue,
|
|
|
|
|
|
|
+ queryKeyword: basicColors.blueBase,
|
|
|
queryOrange: basicColors.orange,
|
|
queryOrange: basicColors.orange,
|
|
|
online: basicColors.greenShade,
|
|
online: basicColors.greenShade,
|
|
|
warn: '#f79520',
|
|
warn: '#f79520',
|
|
|
critical: basicColors.redShade,
|
|
critical: basicColors.redShade,
|
|
|
bodyBg: basicColors.gray7,
|
|
bodyBg: basicColors.gray7,
|
|
|
pageBg: basicColors.gray7,
|
|
pageBg: basicColors.gray7,
|
|
|
- bodyColor: basicColors.gray1,
|
|
|
|
|
- textColor: basicColors.gray1,
|
|
|
|
|
- textColorStrong: basicColors.dark2,
|
|
|
|
|
- textColorWeak: basicColors.gray2,
|
|
|
|
|
- textColorEmphasis: basicColors.gray5,
|
|
|
|
|
- textColorFaint: basicColors.dark4,
|
|
|
|
|
- linkColor: basicColors.gray1,
|
|
|
|
|
- linkColorDisabled: new tinycolor(basicColors.gray1).lighten(30).toString(),
|
|
|
|
|
- linkColorHover: new tinycolor(basicColors.gray1).darken(20).toString(),
|
|
|
|
|
- linkColorExternal: basicColors.blueLight,
|
|
|
|
|
|
|
+ body: basicColors.gray1,
|
|
|
|
|
+ text: basicColors.gray1,
|
|
|
|
|
+ textStrong: basicColors.dark2,
|
|
|
|
|
+ textWeak: basicColors.gray2,
|
|
|
|
|
+ textEmphasis: basicColors.gray5,
|
|
|
|
|
+ textFaint: basicColors.dark4,
|
|
|
|
|
+ link: basicColors.gray1,
|
|
|
|
|
+ linkDisabled: new tinycolor(basicColors.gray1).lighten(30).toString(),
|
|
|
|
|
+ linkHover: new tinycolor(basicColors.gray1).darken(20).toString(),
|
|
|
|
|
+ linkExternal: basicColors.blueLight,
|
|
|
headingColor: basicColors.gray1,
|
|
headingColor: basicColors.gray1,
|
|
|
},
|
|
},
|
|
|
background: {
|
|
background: {
|