react95
Version:
Refreshed Windows95 UI components for modern web apps - React95
38 lines (35 loc) • 943 B
JavaScript
var molecule = {
name: "molecule",
anchor: "#1034a6",
anchorVisited: "#440381",
borderDark: "#993845",
borderDarkest: "#4b4d4e",
borderLight: "#dfe0e3",
borderLightest: "#d79099",
canvas: "#f1f5f6",
canvasText: "#020102",
canvasTextDisabled: "#993845",
canvasTextDisabledShadow: "#d79099",
canvasTextInvert: "#f1f5f6",
checkmark: "#020102",
checkmarkDisabled: "#993845",
desktopBackground: "#3a6ea5",
flatDark: "#9e9e9e",
flatLight: "#d8d8d8",
focusSecondary: "#fefe03",
headerBackground: "#a03d49",
headerNotActiveBackground: "#7f7f7f",
headerNotActiveText: "#c2c1c2",
headerText: "#f1f5f6",
hoverBackground: "#70a3ce",
material: "#c2c1c2",
materialDark: "#9a9e9c",
materialText: "#020102",
materialTextDisabled: "#993845",
materialTextDisabledShadow: "#d79099",
materialTextInvert: "#f1f5f6",
progress: "#a03d49",
tooltip: "#fefbcc"
};
module.exports = molecule;
;