sc-theme-builder/lib/builtins/flatly.js
2026-07-01 20:07:28 -05:00

21 lines
813 B
JavaScript

// Bootswatch-derived starter (frozen). Built-ins live in code, never in the DB:
// upgrades ship new/updated starters with no migration, and a user can never
// delete or rename them. The "builtin:" id namespace cannot collide with the
// uuid v4 theme_ids of stored rows.
module.exports = Object.freeze({
id: "builtin:flatly",
name: "Flatly",
engine: "bootstrap5",
tokens: {
$tokensVersion: 1,
colors: {
primary: "#2c3e50", secondary: "#95a5a6", success: "#18bc9c",
info: "#3498db", warning: "#f39c12", danger: "#e74c3c",
light: "#ecf0f1", dark: "#7b8a8b",
bodyBg: "#ffffff", bodyColor: "#212529",
},
typography: { headingsFontFamily: "'Lato', sans-serif" },
},
layoutTree: null,
});