react95
Version:
Refreshed Windows95 UI components for modern web apps - React95
38 lines (35 loc) • 943 B
JavaScript
var eggplant = {
name: "eggplant",
anchor: "#1034a6",
anchorVisited: "#440381",
borderDark: "#526d67",
borderDarkest: "#050608",
borderLight: "#a2c7c0",
borderLightest: "#cee8e3",
canvas: "#ffffff",
canvasText: "#050608",
canvasTextDisabled: "#526d67",
canvasTextDisabledShadow: "#cee8e3",
canvasTextInvert: "#cee8e3",
checkmark: "#050608",
checkmarkDisabled: "#526d67",
desktopBackground: "#400040",
flatDark: "#9e9e9e",
flatLight: "#d8d8d8",
focusSecondary: "#fefe03",
headerBackground: "#4b8178",
headerNotActiveBackground: "#89b0a8",
headerNotActiveText: "#4b8178",
headerText: "#ffffff",
hoverBackground: "#4b8178",
material: "#89b0a8",
materialDark: "#9a9e9c",
materialText: "#050608",
materialTextDisabled: "#526d67",
materialTextDisabledShadow: "#cee8e3",
materialTextInvert: "#ffffff",
progress: "#4b8178",
tooltip: "#fefbcc"
};
module.exports = eggplant;
;