Chore: Enhance debug theme with more hover colors (#96753)

enhance debug theme with more hover colors
This commit is contained in:
Ashley Harrison 2024-11-20 13:07:36 +00:00 committed by GitHub
parent 1a7faed56a
commit 0cd19d76ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,12 +85,30 @@ function createDebug(): GrafanaTheme2 {
border: '#ff000088',
text: '#cccc00',
contrastText: '#ffff00',
shade: '#9900dd',
},
secondary: {
...baseDarkColors.secondary,
border: '#ff000088',
text: '#cccc00',
contrastText: '#ffff00',
shade: '#9900dd',
},
info: {
...baseDarkColors.info,
shade: '#9900dd',
},
warning: {
...baseDarkColors.warning,
shade: '#9900dd',
},
success: {
...baseDarkColors.success,
shade: '#9900dd',
},
error: {
...baseDarkColors.error,
shade: '#9900dd',
},
action: {
hover: '#9900dd',