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.32 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/freeCodeCampLight.ts __export(exports, { freeCodeCampLight: () => freeCodeCampLight }); var freeCodeCampLight = { colors: { surface1: "#ffffff", surface2: "#e7e7e7", surface3: "#ffffff", clickable: "#090909", base: "#000000", disabled: "#858591", hover: "#dbb8ff", accent: "#8006fc", error: "#f96666", errorSurface: "#3b3b4f" }, syntax: { plain: "#000000", comment: { color: "#858591", fontStyle: "italic" }, keyword: "#7f0bf6", tag: "#f07178", punctuation: "#99c9ff", definition: "#000000", property: "#99c9ff", static: "#f78c6c", string: "#acd157" }, 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=freeCodeCampLight.js.map