SupersetOdT commented on issue #36878:
URL: https://github.com/apache/superset/issues/36878#issuecomment-3710381165
Here is a list of tokens (global) and components (specific) working on my
Superset. This list is obviously not exhaustive but already allows for advanced
customization.
`{
"token": {
"fontFamily": "'Inter', Helvetica, Arial",
"fontSize": 16,
"fontSizeSM": 14,
"fontSizeLG": 18,
"fontSizeXL": 24,
"colorText": "#434343E0",
"colorTextSecondary": "#636363E0",
"colorTextTertiary": "#545454",
"colorTextQuaternary": "#b8b8b8",
"colorTextHeading": "#434343E0",
"colorTextBase": "#c3c3c3bb",
"colorLink": "5797ab",
"colorLinkHover": "#17BECF",
"colorBgBase": "#ffffff",
"colorBgContainer": "#ffffff",
"colorBgMask": "#ffffff00",
"colorBgSpotlight": "#114a5bc0",
"sizeStep": 4,
"sizeUnit": 4,
"transitionTiming": 0.2,
"brandIconMaxWidth": 120,
"brandLogoHeight": "35px",
"brandLogoMargin": "10px 150px 10px 0px",
"brandLogoUrl" : "/static/assets/images/my_logo.svg",
"brandLogoHref": "https://my.domain.com"
},
"components": {
"Menu": {
"fontSize": 16,
"colorText": "#747474",
"colorPrimary": "#2893B3f0",
"groupTitleFontSize": 16,
"groupTitleColor": "#49A8BF",
"iconSize": 20,
"iconMarginInlineEnd": 30
},
"Table": {
"fontSize": 15,
"colorText": "#a5a5a5",
"fontWeightStrong": "530",
"headerColor": "#646464",
"headerBg": "#ededed",
"headerSortActiveBg": "#e8e8e8",
"bodySortBg": "#fafafa",
"rowHoverBg": "#F0Fbff",
"lineWidth": 1,
"borderColor": "#74747410",
"fontSizeIcon": 16
},
"Card": {
"colorTextHeading": "#434343E0",
"fontSizeLG": 16,
"colorTextDescription": "#939393E0",
"fontSize": 11
},
"Button": {
"colorTextLightSolid": "#ffffff",
"colorPrimary": "#2893B3f0",
"colorPrimaryHover": "#17BECF",
"colorPrimaryBg": "#E4f1f2",
"colorPrimaryBgHover": "#AEF1F2",
"colorTextQuaternary": "#990000",
"lineWidth": 5
},
"Layout": {
"fontSize": 14,
"colorText": "#434343a6",
"colorBgLayout": "#e4f1f2b1"
},
"Input": {
"fontSize": 14
},
"Select": {
"fontSize": 14
},
"Switch": {
"fontSize": 12,
"colorPrimary": "#2893B3"
},
"Tooltip": {
"colorTextLightSolid": "#ffffff",
"colorBgSpotlight": "#47b3bfbb"
},
"Tag": {
"borderRadiusSM": 20,
"fontSizeSM": 11
},
"Typography": {
"colorText": "#434343"
},
"Icon": {
"fontSize": 30
},
"Alert": {
"colorError": "#e04355",
"colorErrorBg": "#fff2f0",
"colorInfo": "#66bcfe",
"colorInfoBg": "#f0fBff",
"colorSuccess": "#5ac189",
"colorSuccessBg": "#f6ffed",
"colorWarning": "#fcc700",
"colorWarningBg": "#fffbe6",
"colorBgElevated": "#fffbe6"
},
"Pagination": {
"colorTextPlaceholder": "#a1a1a1",
"colorPrimary": "#a1a1a1",
"itemActiveBg": "#f1f1f1"
}
},
"algorithm": "default"
}`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]