Add Material Design style

This commit is contained in:
Miguel Astor
2026-03-08 12:36:14 -04:00
parent c0c25e2719
commit 1472c14d44
4 changed files with 636 additions and 6 deletions

View File

@@ -87,6 +87,28 @@ THEME_CONFIGS = {
"tooltipBorderWidth": 0,
"tooltipCornerRadius": 8,
"uppercaseTooltip": False
},
"material": {
"colors": [
"#6200ee", "#03dac6", "#3700b3", "#018786", "#b00020",
"#ff0266", "#aa00ff", "#0091ea", "#00c853", "#ffd600",
"#757575"
],
"fontFamily": "'Roboto', sans-serif",
"fontWeight": "normal",
"pointStyle": "circle",
"textColorLight": "#212121",
"textColorDark": "#ffffff",
"borderColorLight": "#ffffff",
"borderColorDark": "#1e1e1e",
"borderWidth": 2,
"tooltipBg": "rgba(97, 97, 97, 0.9)",
"tooltipTitleColor": "#ffffff",
"tooltipBodyColor": "#ffffff",
"tooltipBorderColor": "transparent",
"tooltipBorderWidth": 0,
"tooltipCornerRadius": 4,
"uppercaseTooltip": False
}
}