|
|
@@ -60,16 +60,16 @@ const darkTheme: GrafanaTheme = {
|
|
|
critical: basicColors.redBase,
|
|
|
bodyBg: basicColors.dark2,
|
|
|
pageBg: basicColors.dark2,
|
|
|
- bodyColor: basicColors.gray4,
|
|
|
- textColor: basicColors.gray4,
|
|
|
- textColorStrong: basicColors.white,
|
|
|
- textColorWeak: basicColors.gray2,
|
|
|
- textColorEmphasis: basicColors.gray5,
|
|
|
- textColorFaint: basicColors.dark5,
|
|
|
- linkColor: new tinycolor(basicColors.white).darken(11).toString(),
|
|
|
- linkColorDisabled: new tinycolor(basicColors.white).darken(11).toString(),
|
|
|
- linkColorHover: basicColors.white,
|
|
|
- linkColorExternal: basicColors.blue,
|
|
|
+ body: basicColors.gray4,
|
|
|
+ text: basicColors.gray4,
|
|
|
+ textStrong: basicColors.white,
|
|
|
+ textWeak: basicColors.gray2,
|
|
|
+ textEmphasis: basicColors.gray5,
|
|
|
+ textFaint: basicColors.dark5,
|
|
|
+ link: new tinycolor(basicColors.white).darken(11).toString(),
|
|
|
+ linkDisabled: new tinycolor(basicColors.white).darken(11).toString(),
|
|
|
+ linkHover: basicColors.white,
|
|
|
+ linkExternal: basicColors.blue,
|
|
|
headingColor: new tinycolor(basicColors.white).darken(11).toString(),
|
|
|
},
|
|
|
background: {
|