webpack-dev-middleware
Version:
A development middleware for webpack
11 lines • 344 B
JavaScript
// Shared palette used by the error overlay and the building indicator.
export default {
// Dark panel and its translucent variant.
panel: "#101619",
panelTranslucent: "rgba(16,22,25,0.92)",
// webpack "Outer Space" (#2B3A42), translucent.
backdrop: "rgba(43,58,66,0.72)",
text: "#f2f2f2",
muted: "#999999",
accent: "#8dd6f9"
};