react95
Version:
Refreshed Windows95 UI components for modern web apps - React95
38 lines (35 loc) • 934 B
JavaScript
var candy = {
name: "candy",
anchor: "#1034a6",
anchorVisited: "#440381",
borderDark: "#d1579e",
borderDarkest: "#44132f",
borderLight: "#f1acd5",
borderLightest: "#EFF1F3",
canvas: "#EFF1F3",
canvasText: "#000000",
canvasTextDisabled: "#d1579e",
canvasTextDisabledShadow: "#EFF1F3",
canvasTextInvert: "#EFF1F3",
checkmark: "#000000",
checkmarkDisabled: "#d1579e",
desktopBackground: "#b477bd",
flatDark: "#9e9e9e",
flatLight: "#d8d8d8",
focusSecondary: "#fefe03",
headerBackground: "#87255B",
headerNotActiveBackground: "#a08796",
headerNotActiveText: "#EBD2BE",
headerText: "#EFF1F3",
hoverBackground: "#256EFF",
material: "#E5A4CB",
materialDark: "#9a9e9c",
materialText: "#000000",
materialTextDisabled: "#d1579e",
materialTextDisabledShadow: "#EFF1F3",
materialTextInvert: "#EFF1F3",
progress: "#256EFF",
tooltip: "#fefbcc"
};
module.exports = candy;
;