react95
Version:
Refreshed Windows95 UI components for modern web apps - React95
38 lines (35 loc) • 937 B
JavaScript
;
var marine = {
name: "marine",
anchor: "#1034a6",
anchorVisited: "#440381",
borderDark: "#3c8d88",
borderDarkest: "#050608",
borderLight: "#98d2cb",
borderLightest: "#b1dfdf",
canvas: "#c3e2da",
canvasText: "#050608",
canvasTextDisabled: "#3c8d88",
canvasTextDisabledShadow: "#ffffff",
canvasTextInvert: "#ffffff",
checkmark: "#050608",
checkmarkDisabled: "#3c8d88",
desktopBackground: "#2c4e47",
flatDark: "#9e9e9e",
flatLight: "#d8d8d8",
focusSecondary: "#fefe03",
headerBackground: "#000080",
headerNotActiveBackground: "#7f7f7f",
headerNotActiveText: "#ced0cf",
headerText: "#ffffff",
hoverBackground: "#000080",
material: "#75c1ba",
materialDark: "#9a9e9c",
materialText: "#050608",
materialTextDisabled: "#3c8d88",
materialTextDisabledShadow: "#ffffff",
materialTextInvert: "#ffffff",
progress: "#000080",
tooltip: "#fefbcc"
};
module.exports = marine;