Skip to content

Commit

Permalink
fix: re-run with fresh env
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Aug 6, 2024
1 parent fa5fe6f commit 4c3b189
Showing 1 changed file with 59 additions and 19 deletions.
78 changes: 59 additions & 19 deletions altair/vegalite/v5/schema/vega-themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,21 @@
},
"axis": {
"grid": true,
"gridColor": "#525252",
"gridColor": "#e0e0e0",
"labelAngle": 0,
"labelColor": "#161616",
"labelColor": "#525252",
"labelFont": "IBM Plex Sans Condensed, system-ui, -apple-system, BlinkMacSystemFont, \".SFNSText-Regular\", sans-serif",
"labelFontSize": 12,
"titleColor": "#161616"
"labelFontWeight": 400,
"titleColor": "#161616",
"titleFontSize": 12,
"titleFontWeight": 600
},
"axisX": {
"titlePadding": 10
},
"axisY": {
"titlePadding": 2.5
},
"background": "#f4f4f4",
"circle": {
Expand Down Expand Up @@ -80,12 +90,12 @@
},
"style": {
"guide-label": {
"fill": "#161616",
"fill": "#525252",
"font": "IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\".sfnstext-regular\",sans-serif",
"fontWeight": 400
},
"guide-title": {
"fill": "#161616",
"fill": "#525252",
"font": "IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\".sfnstext-regular\",sans-serif",
"fontWeight": 400
}
Expand Down Expand Up @@ -115,11 +125,21 @@
},
"axis": {
"grid": true,
"gridColor": "#525252",
"gridColor": "#393939",
"labelAngle": 0,
"labelColor": "#f4f4f4",
"labelColor": "#c6c6c6",
"labelFont": "IBM Plex Sans Condensed, system-ui, -apple-system, BlinkMacSystemFont, \".SFNSText-Regular\", sans-serif",
"labelFontSize": 12,
"titleColor": "#f4f4f4"
"labelFontWeight": 400,
"titleColor": "#f4f4f4",
"titleFontSize": 12,
"titleFontWeight": 600
},
"axisX": {
"titlePadding": 10
},
"axisY": {
"titlePadding": 2.5
},
"background": "#161616",
"circle": {
Expand Down Expand Up @@ -187,12 +207,12 @@
},
"style": {
"guide-label": {
"fill": "#f4f4f4",
"fill": "#c6c6c6",
"font": "IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\".sfnstext-regular\",sans-serif",
"fontWeight": 400
},
"guide-title": {
"fill": "#f4f4f4",
"fill": "#c6c6c6",
"font": "IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\".sfnstext-regular\",sans-serif",
"fontWeight": 400
}
Expand Down Expand Up @@ -224,9 +244,19 @@
"grid": true,
"gridColor": "#525252",
"labelAngle": 0,
"labelColor": "#f4f4f4",
"labelColor": "#c6c6c6",
"labelFont": "IBM Plex Sans Condensed, system-ui, -apple-system, BlinkMacSystemFont, \".SFNSText-Regular\", sans-serif",
"labelFontSize": 12,
"titleColor": "#f4f4f4"
"labelFontWeight": 400,
"titleColor": "#f4f4f4",
"titleFontSize": 12,
"titleFontWeight": 600
},
"axisX": {
"titlePadding": 10
},
"axisY": {
"titlePadding": 2.5
},
"background": "#262626",
"circle": {
Expand Down Expand Up @@ -294,12 +324,12 @@
},
"style": {
"guide-label": {
"fill": "#f4f4f4",
"fill": "#c6c6c6",
"font": "IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\".sfnstext-regular\",sans-serif",
"fontWeight": 400
},
"guide-title": {
"fill": "#f4f4f4",
"fill": "#c6c6c6",
"font": "IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\".sfnstext-regular\",sans-serif",
"fontWeight": 400
}
Expand Down Expand Up @@ -329,11 +359,21 @@
},
"axis": {
"grid": true,
"gridColor": "#525252",
"gridColor": "#e0e0e0",
"labelAngle": 0,
"labelColor": "#161616",
"labelColor": "#525252",
"labelFont": "IBM Plex Sans Condensed, system-ui, -apple-system, BlinkMacSystemFont, \".SFNSText-Regular\", sans-serif",
"labelFontSize": 12,
"titleColor": "#161616"
"labelFontWeight": 400,
"titleColor": "#161616",
"titleFontSize": 12,
"titleFontWeight": 600
},
"axisX": {
"titlePadding": 10
},
"axisY": {
"titlePadding": 2.5
},
"background": "#ffffff",
"circle": {
Expand Down Expand Up @@ -401,12 +441,12 @@
},
"style": {
"guide-label": {
"fill": "#161616",
"fill": "#525252",
"font": "IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\".sfnstext-regular\",sans-serif",
"fontWeight": 400
},
"guide-title": {
"fill": "#161616",
"fill": "#525252",
"font": "IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\".sfnstext-regular\",sans-serif",
"fontWeight": 400
}
Expand Down

0 comments on commit 4c3b189

Please sign in to comment.