17 lines
556 B
JavaScript
17 lines
556 B
JavaScript
// Bootswatch-derived bright starter (frozen). See flatly.js for the built-in model.
|
|
|
|
module.exports = Object.freeze({
|
|
id: "builtin:cosmo",
|
|
name: "Cosmo",
|
|
engine: "bootstrap5",
|
|
tokens: {
|
|
$tokensVersion: 1,
|
|
colors: {
|
|
primary: "#2780e3", secondary: "#373a3c", success: "#3fb618",
|
|
info: "#9954bb", warning: "#ff7518", danger: "#ff0039",
|
|
light: "#f8f9fa", dark: "#373a3c",
|
|
bodyBg: "#ffffff", bodyColor: "#373a3c",
|
|
},
|
|
},
|
|
layoutTree: null,
|
|
});
|