@airplane/views
Version:
A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.
59 lines (58 loc) • 1.1 kB
JavaScript
var theme = {
plain: {
color: "#393A34",
backgroundColor: "#f6f8fa"
},
styles: [{
types: ["comment", "prolog", "doctype", "cdata"],
style: {
color: "#999988",
fontStyle: "italic"
}
}, {
types: ["namespace"],
style: {
opacity: 0.7
}
}, {
types: ["string", "attr-value"],
style: {
color: "#e3116c"
}
}, {
types: ["punctuation", "operator"],
style: {
color: "#393A34"
}
}, {
types: ["entity", "url", "symbol", "number", "boolean", "variable", "constant", "property", "regex", "inserted"],
style: {
color: "#36acaa"
}
}, {
types: ["atrule", "keyword", "attr-name", "selector"],
style: {
color: "#00a4db"
}
}, {
types: ["function", "deleted", "tag"],
style: {
color: "#d73a49"
}
}, {
types: ["function-variable"],
style: {
color: "#6f42c1"
}
}, {
types: ["tag", "selector", "keyword"],
style: {
color: "#00009f"
}
}]
};
const github = theme;
export {
github as default
};
//# sourceMappingURL=index.js.map