UNPKG

@codesandbox/sandpack-themes

Version:

<img style="width:100%" src="https://user-images.githubusercontent.com/4838076/165913019-2903e055-0399-4b2a-ba10-db9ae9ded1e2.jpg" alt="Component toolkit for live running code editing experiences" />

48 lines (46 loc) 1.27 kB
var __defProp = Object.defineProperty; var __markAsModule = (target) => __defProp(target, "__esModule", { value: true }); var __export = (target, all) => { __markAsModule(target); for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; // src/ecoLight.ts __export(exports, { ecoLight: () => ecoLight }); var ecoLight = { colors: { surface1: "#eae8e8", surface2: "#00997761", surface3: "#ffffff5e", clickable: "#421010", base: "#421010", disabled: "#C5C5C5", hover: "#4D4D4D", accent: "#009977", error: "#ff453a", errorSurface: "#e8cac6" }, syntax: { plain: "#151515", comment: { color: "#a9a7a7", fontStyle: "italic" }, keyword: "#0971F1", tag: "#097104", punctuation: "#3B3B3B", definition: "#042d60", property: "#9013fe", static: "#FF453A", string: "#f5a623" }, font: { body: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"', mono: '"Fira Mono", "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace', size: "13px", lineHeight: "20px" } }; //# sourceMappingURL=ecoLight.js.map