Add Material Design style
This commit is contained in:
22
styles.py
22
styles.py
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user