react95
Version:
Refreshed Windows95 UI components for modern web apps - React95
38 lines (35 loc) • 934 B
JavaScript
var olive = {
name: "olive",
anchor: "#1034a6",
anchorVisited: "#440381",
borderDark: "#4f4c02",
borderDarkest: "#000000",
borderLight: "#9d9d11",
borderLightest: "#fcfd3e",
canvas: "#ffffff",
canvasText: "#000000",
canvasTextDisabled: "#4f4c02",
canvasTextDisabledShadow: "#fcfd3e",
canvasTextInvert: "#000000",
checkmark: "#000000",
checkmarkDisabled: "#4f4c02",
desktopBackground: "#666633",
flatDark: "#9e9e9e",
flatLight: "#d8d8d8",
focusSecondary: "#000000",
headerBackground: "#F3DE2C",
headerNotActiveBackground: "#4f4c02",
headerNotActiveText: "#807f00",
headerText: "#000000",
hoverBackground: "#F3DE2C",
material: "#807f00",
materialDark: "#4f4c02",
materialText: "#000000",
materialTextDisabled: "#4f4c02",
materialTextDisabledShadow: "#fcfd3e",
materialTextInvert: "#000000",
progress: "#F3DE2C",
tooltip: "#fefbcc"
};
module.exports = olive;
;