react95
Version:
Refreshed Windows95 UI components for modern web apps - React95
39 lines (36 loc) • 983 B
JavaScript
var lilacRoseDark = {
name: "lilacRoseDark",
anchor: "#a65387",
anchorVisited: "#440381",
background: "#3B3B58",
borderDark: "#7F3163",
borderDarkest: "#190000",
borderLight: "#E597C9",
borderLightest: "#FFCAFC",
canvas: "#dab1c7",
canvasText: "#000000",
canvasTextDisabled: "#000000",
canvasTextDisabledShadow: "#000000",
canvasTextInvert: "#ecbfe3",
checkmark: "#010601",
checkmarkDisabled: "#7F3163",
desktopBackground: "#663956",
flatDark: "#7F3163",
flatLight: "#E597C9",
focusSecondary: "#fefe03",
headerBackground: "#4C0030",
headerNotActiveBackground: "#763a60",
headerNotActiveText: "#b26496",
headerText: "#010601",
hoverBackground: "#713259",
material: "#b26496",
materialDark: "#763a60",
materialText: "#000000",
materialTextDisabled: "#82416d",
materialTextDisabledShadow: "#ecbfe3",
materialTextInvert: "#ecbfe3",
progress: "#713259",
tooltip: "#fefbcc"
};
module.exports = lilacRoseDark;
;